Get Trace Detail
Return the trace + its span tree.
Trace lookup uses the full 16-byte W3C id stored on
standalone_trace. The span query uses the trailing 8-byte slice
(trace_id[8:]) — that’s the form the exporter persists onto
standalone_span.otel_trace_id.
Documentation Index
Fetch the complete documentation index at: https://docs.idun-group.com/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
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.
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.