get_agent_run_mission_events
Retrieve canonical mission-event records of an agent run for audit and replay. Returns typed, indexed lifecycle events; unknown run IDs trigger agent_run_not_found.
Instructions
Fetch the canonical mission-event records of one agent run — the typed, indexed projection of its lifecycle used for audit and replay. Use get_agent_run_events for the raw append-only stream and query_agent_run_mission_events to search mission events across runs. Read-only; an unknown run_id fails with agent_run_not_found. Returns the run's canonical mission-event records.
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. |