wait_for_task
Poll a task for updates up to 30 seconds, continuing automatically when required, and retrieve the final acceptance evidence.
Instructions
Long-poll a task for up to 30 seconds. If continuation_required=true, call wait_for_task again immediately and do not finish the assistant turn. Terminal responses include get_task_summary acceptance evidence.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | Task ID from create_task | |
| wait_seconds | No | ||
| timeout_seconds | No | Preferred alias for wait_seconds. Maximum 30 seconds to stay within connector request limits. |