get_trace
Retrieve the complete event tree for a given trace, including all spans, tool calls, LLM calls, guard triggers, and errors. Ideal for debugging agent runs and inspecting guard responses.
Instructions
Get the full event tree for a specific trace by its trace ID. Shows all spans, tool calls, LLM calls, guard triggers, and errors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| trace_id | Yes | The trace ID to look up |