wait_task
Block until a task reaches a terminal state or new events arrive, then return its current view. Use it to poll task progress without resubmitting work.
Instructions
Wait for task events or a terminal state, then return the same task view.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| cursor | No | ||
| task_id | Yes | ||
| timeout_sec | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||