list_agent_runs
Find and list persisted agent runs with filters for status, request hash, policy snapshot, or schema snapshot. Paginated read-only access returns run details, totals, and page info.
Instructions
List the organization's persisted agent runs, paginated (defaults page 1, limit 25), with lineage-aware filters: status, request_hash (find reruns of the same request), policy_snapshot_id, and schema_snapshot_id (find runs under one policy or schema revision). Use get_agent_run for one run's full detail and query_agent_run_checkpoints to search checkpoints across runs. Read-only. Returns data, total, page, limit, and pages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page number; defaults to 1. | |
| limit | No | Runs per page, up to 200; defaults to 25. | |
| status | No | Keep only runs in this lifecycle status. | |
| request_hash | No | Keep only runs created from this request hash. | |
| policy_snapshot_id | No | Keep only runs under this execution-policy snapshot. | |
| schema_snapshot_id | No | Keep only runs under this schema snapshot. |