get_agent_run
Retrieve a persisted agent run by its run_id to inspect status, task, steps, result, tools used, and policy/schema snapshot ids. Read-only; unknown run_id returns agent_run_not_found.
Instructions
Fetch one persisted agent run by run_id: status, task, selected_tool, steps, result, tools_used, and the policy/schema snapshot ids it ran under. Use list_agent_runs to find run ids, get_agent_run_events for its event trail, and get_agent_run_checkpoints for replay checkpoints. Read-only; an unknown run_id fails with agent_run_not_found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | Run id returned by create_agent_run or list_agent_runs. |