ax traces commands let you retrieve and export trace data from your Arize projects.
ax traces list
List traces within a project.
| Option | Description |
|---|---|
project-id | Project ID (required, positional argument) |
--start-time | Start of time window, inclusive (ISO 8601, e.g. 2024-01-01T00:00:00Z) |
--end-time | End of time window, exclusive (ISO 8601, e.g. 2024-01-02T00:00:00Z). Defaults to now |
--filter | Filter expression (e.g. "status_code = 'ERROR'", "latency_ms > 1000") |
--limit | Maximum number of results to return |
--cursor | Pagination cursor for the next page |