list-traces
List traces for a project by grouping spans into traces, returning the newest first. Filter by time range, limit, or annotations.
Instructions
List traces for a project.
This tool groups project spans into traces and returns the newest traces first.
Example usage: Show me the last 10 traces for project "default" Show me recent traces from the last 30 minutes for project "checkout"
Expected return: Array of trace objects with grouped spans and summary timing information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_identifier | No | ||
| limit | No | ||
| since | No | ||
| last_n_minutes | No | ||
| include_annotations | No |