Skip to main content

Fetch Trace

GET 

/tracing/traces/:trace_id

deprecated

This endpoint has been deprecated and may be replaced or removed in future versions of the API.

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".

Request

Responses

Successful Response