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