get_ai_trace
Obtain a complete span waterfall for an AI trace with timing, parent relationships, and attributes like model, cache hit/miss, and similarity scores. Find trace IDs with list_ai_traces.
Instructions
Get the full span waterfall for one AI trace: every span with timing, parent relationships, and attributes (model, cache hit/miss, similarity scores). Use list_ai_traces to find trace IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| traceId | Yes | Trace ID from list_ai_traces |