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.
Ingestion watermark of the loaded snapshot: when its newest record was ingested, not when that record occurred; present only when loaded is true.
Count of your current records by type. Omitted when the counts are temporarily unavailable — absent means unknown, not zero.
Timestamp of your oldest record (when it occurred, not when it was ingested).
Timestamp of your newest record (when it occurred, not when it was ingested).