resume_agent_run
Resume a paused agent run by run ID to continue execution from the checkpoint. Returns the updated run resource for the resumed run.
Instructions
Resume a paused agent run by run_id. A run created with approval_mode=auto executes to completion synchronously and returns completed; a manual-mode run moves to requires_approval and still needs approve_agent_run. Resuming anything that is not paused fails with agent_run_invalid_state; an unknown run_id fails with agent_run_not_found. The transition is audit-logged and checkpointed. Returns the updated run resource.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | Paused run id from create_agent_run or list_agent_runs. |