listObservations
List observations with pagination, filtering by trace, type, name, time range, user, or version. Includes usage metrics, costs, and latency.
Instructions
List observations (generations, spans, events) with cursor-based pagination. Includes usage metrics, costs, and latency.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Pagination cursor from previous response | |
| limit | No | Items per page | |
| traceId | No | Filter by trace ID | |
| name | No | Filter by observation name | |
| type | No | Filter by observation type | |
| parentObservationId | No | Filter by parent observation | |
| fromStartTime | No | Start of time range (ISO 8601) | |
| toStartTime | No | End of time range (ISO 8601) | |
| userId | No | Filter by user ID | |
| version | No | Filter by version |