list_evals
List saved eval runs to track trends, compare performance over time, or retrieve full run details by domain or run ID.
Instructions
List saved eval runs from the eval store. If a URL or domain is provided, returns the eval history for that domain (newest first) with convergence scores, top concerns, and moderator summaries. If no URL is provided, returns a summary of all domains with saved evals. Use this to track trends, compare runs before/after changes, or retrieve a full run ID for deeper inspection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Any URL on the domain to list evals for. Omit to list all domains. | |
| limit | No | Max records to return (default: 10). | |
| run_id | No | A specific eval run ID to retrieve the full run details (including complete persona outputs). |