get_traces
Retrieve LLM traces for a project, filtering by status or limit to inspect and debug model performance.
Instructions
Retrieve LLM traces for a project with optional filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max traces to return (default 50) | |
| status | No | Filter by status: ok, error | |
| project_name | Yes | Phoenix project name |