get_run_status
Check the current status of an agent run by providing the agent ID and execution ID, returning states like queued, running, completed, error, cancelled, or paused.
Instructions
Poll the status of a specific run.
Status values: queued → running → completed | error |
cancelled | paused (waiting for approval).
Poll every 3-5 seconds. Most agents complete within 30-60 seconds.
Args:
agent_id: The agent's UUID.
execution_id: The execution UUID returned by run_agent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | ||
| execution_id | Yes |