v52

OpenAPI 3.1.0raw.githubusercontent.com2026-08-03512878906.5 KB
Deprecated

Fetch Trace

Fetch a single trace by trace_id.

Returns the trace as a traces map keyed by trace_id → span name. The response is empty when the trace is not in the current project. trace_id must be a 32-char hex UUID; any other format returns 400.

For flat-list retrieval across many traces, use POST /tracing/spans/query with focus="span".

get/tracing/traces/{trace_id}

Path parameters

trace_idstring required

Response

Successful Response

countinteger

Total number of matching traces or spans in the window.

tracesobject nullable

Nested tree of spans keyed by trace_id → span name, populated when the query was run with focus="trace" (default).