Skip to main content
GET
Fetch the recorded trace for a query turn

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

id
string
required

Query turn id.

Response

The trace document

A turn's full-fidelity debug trace. Every turn lands one.

steps
object[]

The turn's reasoning steps, in the order they ran.

rollup
Response turn rollup · object | null

Null on a turn the runtime never closed. The trace's copy omits the type and query_id the event form carries.