list_traces
Filter and list agent trace summaries by name, status, time, or limit to discover trace IDs for detailed analysis.
Instructions
List agent traces with optional filters. Use to discover trace IDs to feed into get_trace, or to scan recent agent runs. Returns trace summaries (name, status, duration, span count, total tokens, total cost). Does NOT include individual span data — call get_trace with a trace ID for that.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max traces to return. Default 20, max 100. | |
| query | No | Substring match on trace name or trace id. | |
| since | No | ISO 8601 lower bound on `started_at`. Only return traces that started at or after this time. | |
| status | No | Filter by trace status. |