approve_agent_run
Approve an agent run waiting on manual approval and execute it synchronously to completion. Unblocks the human-in-the-loop gate and returns the updated run resource.
Instructions
Approve an agent run that is waiting on manual approval (status requires_approval) and execute it synchronously to completion. Runs in any other state fail with agent_run_invalid_state; an unknown run_id fails with agent_run_not_found. The approval is the human-in-the-loop gate for manual-mode runs and is audit-logged and checkpointed. Returns the updated run resource. Use resume_agent_run for paused runs instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | Waiting run id from create_agent_run or list_agent_runs. |