cursor_status
Check an agent's run status to monitor progress and retrieve the final reply when complete. Poll every 10-30 seconds; terminal status indicates completion.
Instructions
Check a run's status. Run status is the source of truth — the agent's lifecycle status (ACTIVE/IDLE) is NOT "is it still working".
If run_id is omitted, the agent's latest run is used. Poll this every 10-30 seconds; never sleep inside a tool call. When terminal=true, result holds the agent's final reply.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | No | ||
| agent_id | Yes |