listTraces
Retrieve traces with filters for name, user, session, tags, time range, and environment. Pagination and sorting by latency, cost, or timestamp return metadata including latency, cost, and counts.
Instructions
List traces with filtering and pagination. Returns trace metadata including latency, cost, and observation/score counts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (1-indexed) | |
| limit | No | Items per page | |
| name | No | Filter by trace name | |
| userId | No | Filter by user ID | |
| sessionId | No | Filter by session ID | |
| tags | No | Filter by tags (AND logic) | |
| fromTimestamp | No | Start of time range (ISO 8601) | |
| toTimestamp | No | End of time range (ISO 8601) | |
| environment | No | Filter by environment | |
| orderBy | No | Sort field |