get_agent_run_checkpoints
Retrieve the deterministic checkpoints of a single agent run, enabling replay and audit of lifecycle transitions. Requires a run ID; returns the run's checkpoint records.
Instructions
List the persisted checkpoints of one agent run — the deterministic snapshots written at creation and every lifecycle transition that make the run replayable. Use query_agent_run_checkpoints to search checkpoints across runs. Read-only; an unknown run_id fails with agent_run_not_found. Returns the run's checkpoint records.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | Run id returned by create_agent_run or list_agent_runs. |