Skip to main content
GET
Context Status

Authorizations

Authorization
string
header
required

Pass your pk_live_... API key as a Bearer token.

Response

Successful Response

loaded
boolean
required

Whether your knowledge context is currently loaded and ready to serve queries. When false, the first query pays a cold-start cost.

up_to_date
boolean
required

True iff loaded_snapshot == latest_snapshot (and both are present).

latest_snapshot
string | null

Identifier of the most recent snapshot in storage. None when no refresh has succeeded yet for this workspace.

latest_built_at
string | null

ISO-8601 last-modified timestamp of the latest snapshot.

loaded_snapshot
string | null

Snapshot the loaded context is serving. May lag behind latest_snapshot if a newer refresh finished after the context was loaded.

evidence_watermark
string | null

Ingestion watermark of the loaded snapshot: when its newest record was ingested, not when that record occurred; present only when loaded is true.

evidence_types
Evidence Types · object | null

Count of your current records by type. Omitted when the counts are temporarily unavailable — absent means unknown, not zero.

earliest_evidence_at
string | null

Timestamp of your oldest record (when it occurred, not when it was ingested).

latest_evidence_at
string | null

Timestamp of your newest record (when it occurred, not when it was ingested).