List recent runs
list_recent_runsRetrieve recent simulation runs from VerifyAX, with optional filters by status, agent, scenario, date range, or run group. Returns UUID, status, agent, scenario, and evaluation handle.
Instructions
Lists recent simulation runs in your VerifyAX workspace, optionally filtered by status, agent, scenario, date range, search text, or run group. Returns each run’s uuid, status, agent, scenario, and evaluation handle.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| search | No | Free-text search across run metadata. | |
| status | No | Filter by run status. Known values: CREATED, IN_PROGRESS, COMPLETED, FAILED, CANCELLED (open enum — the API may add statuses, which are forwarded rather than rejected). | |
| date_to | No | ISO 8601 end of the created-at window. | |
| date_from | No | ISO 8601 start of the created-at window. | |
| agent_uuid | No | ||
| scenario_uuid | No | ||
| run_group_uuid | No | Filter to runs in a linked run group. |