Context Status
Status of your knowledge context: the latest snapshot in storage, whether it is loaded and ready to serve queries, and whether the loaded snapshot is current. Returns snapshot info even when nothing is loaded yet.
Authorizations
Pass your pk_live_... API key as a Bearer token.
Response
Successful Response
Whether your knowledge context is currently loaded and ready to serve queries. When false, the first query pays a cold-start cost.
True iff loaded_snapshot == latest_snapshot (and both are present).
Identifier of the most recent snapshot in storage. None when no refresh has succeeded yet for this workspace.
ISO-8601 last-modified timestamp of the latest snapshot.
Snapshot the loaded context is serving. May lag behind latest_snapshot if a newer refresh finished after the context was loaded.
Latest evidence timestamp in the loaded snapshot; present only when loaded is true.