get_agent_run_events
Fetch the ordered event stream for an agent run, covering creation, tool activity, completion, and pause/approve/cancel transitions, to review or replay its execution history.
Instructions
Fetch the append-only event stream of one agent run — run_created, tool_selected, tool_executed, run_completed, and the pause/approve/cancel transitions — in order. Use get_agent_run_mission_events for the canonical mission-event projection of the same trail. Read-only; an unknown run_id fails with agent_run_not_found. Returns data plus total_events.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum events returned, up to 1000; defaults to 1000. | |
| run_id | Yes | Run id returned by create_agent_run or list_agent_runs. |