Skip to main content
GET
Get Trace Detail

Path Parameters

otel_trace_id
string
required

Response

Successful Response

Body of GET /admin/api/v1/traces/{otel_trace_id}.

tree holds the top-level spans of the trace. Orphan spans (those whose parent_span_id is not present in the same trace, e.g. truncated traces or cross-trace links) are also surfaced as roots so the UI never silently hides them.

trace
StandaloneTraceListItem · object
required

One row in GET /admin/api/v1/traces list response.

otel_trace_id is the lowercase hex encoding of the 16-byte W3C trace id. The DB stores raw bytes; routers convert at the boundary so JSON consumers never see a binary blob.

tree
StandaloneSpanTreeNode · object[]
Last modified on May 22, 2026