list_scores
Retrieve evaluation scores for traces with optional filters by trace ID, user ID, or score name.
Instructions
List scores with optional filters.
Args: limit: Number of results (max 100). page: Page number (1-based). trace_id: Filter by trace ID. user_id: Filter by user ID. name: Filter by score name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| page | No | ||
| limit | No | ||
| user_id | No | ||
| trace_id | No |