listScores
List and filter trace and observation scores by source, data type, time range, and other criteria.
Instructions
List scores with filtering. Supports both trace and observation scores.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (1-indexed) | |
| limit | No | Items per page | |
| traceId | No | Filter by trace ID | |
| observationId | No | Filter by observation ID | |
| name | No | Filter by score name | |
| source | No | Filter by score source | |
| dataType | No | Filter by data type | |
| configId | No | Filter by score config ID | |
| fromTimestamp | No | Start of time range (ISO 8601) | |
| toTimestamp | No | End of time range (ISO 8601) | |
| userId | No | Filter by user ID who created the trace | |
| operator | No | Comparison operator for value filter | |
| value | No | Value to compare against (requires operator) |