get_trace
Retrieve the complete span tree for a specific agent trace by ID, including timing, tokens, and cost for each LLM/tool/retrieval span.
Instructions
Fetch the full span tree for a single agent trace by id — every llm/tool/retrieval span with timing, tokens, and cost. Use when the user names a trace, asks why one was slow, or asks what an agent did step by step. Pair with list_traces if you need to discover the trace id first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| traceId | Yes | UUID of the trace. |