List spans in a trace
GET/v2/agent_analytics/traces/:trace_id/spans
Returns the flat list of spans for a given trace. Each span includes its parent_span_id so you can reconstruct the tree.
Request
Responses
- 200
- 403
- 404
List of spans in the trace.
Permissions do not allow accessing this trace.
Trace not found.