query_agent_run_checkpoints
Search and audit persisted checkpoints across agent runs with pagination. Filter by run, status, or snapshot IDs to trace execution lineage and pinpoint specific checkpoint details.
Instructions
Search persisted checkpoints across all of the organization's agent runs, paginated (defaults page 1, limit 25). Filter by run_id or checkpoint_id to pinpoint one, or by status, request_hash, policy_snapshot_id, or schema_snapshot_id to audit lineage. Use get_agent_run_checkpoints when you already know the run_id and want its full checkpoint list. 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 | Checkpoints per page, up to 200; defaults to 25. | |
| run_id | No | Keep only checkpoints of this run. | |
| status | No | Keep only checkpoints of runs in this status. | |
| request_hash | No | Keep only checkpoints of runs with this request hash. | |
| checkpoint_id | No | Fetch exactly this checkpoint. | |
| policy_snapshot_id | No | Keep only checkpoints under this execution-policy snapshot. | |
| schema_snapshot_id | No | Keep only checkpoints under this schema snapshot. |