Skip to main content
GET
Get the context's manifest

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

object | null

The manifest document, or null when the context pins none

The pinned manifest, or null when the context pins none.

curate
object

What curate builds out of the sources — the chunk leg, the artifact leg, or both.

optimize
object

The scheduled self-tuning loop: it clusters the queries that answered badly and tries candidate manifests against an ephemeral index until one reproduces the recorded answers.

Standing instructions for the query runtime, pinned on the context rather than sent per turn.