Get trace tree
GET/api/v1/traces/:trace_id/tree
Returns the full execution tree rooted at the given trace (or its root if the given trace is a child). Each node represents one agent's execution session. The children array contains traces triggered by sub-agent tool calls from that trace.
Request
Responses
- 200
- 401
- 403
- 404
Trace tree rooted at the resolved root trace
Unauthorized
Forbidden
Trace not found