Skip to main content
GET
Get the curation ledger

Authorizations

Authorization
string
header
required

Session token from POST /auth/login, sent as Authorization: Bearer <token>.

Headers

X-Pinecone-Api-Version
string
default:2026-07

Date-based contract version, echoed back on the same header. Omit for the default (2026-07); send unstable for the in-development surface. An unrecognized value is rejected with 400 unsupported_api_version.

Path Parameters

slug
string
required

Context slug or UUID.

Response

Curation state

What the last curate recorded, and what the next one resumes from.

manifest
object
required

Per-source curate ledger, keyed by source path.

edges
object
required

Artifact ids each source contributed an edge to, keyed by source path.

corpus_groups
object[]
required

The source groupings the corpus pass reduced over.

live_version
integer<int64>
required

The index version queries read.

versions_stamped
boolean
required

Whether every index entry carries a version stamp, which is what lets a curate flip versions atomically.

source_removed
object
required

Delete tombstones awaiting the next curate, keyed by source path.

redispatch_count
integer
required

How many times a curate on this context was killed and redispatched. The checkpointed run resumes rather than restarting.

artifact_reclaim
object[]
required

Artifact swaps awaiting the next curate.

source_pointers
object
required

The resume cursor a redispatched curate writes, keyed by source path. {} for a context whose curates all ran to completion.

source_glossary
object
required

The glossary resume cursor, keyed by source path. {} for a context whose curates all ran to completion.