wait_thread
Check whether a specific turn has completed within a timeout without resuming or interrupting it. Get one status snapshot, while a timeout leaves the turn running for later inspection.
Instructions
Wait up to 50 seconds for a specific recent turn, without resuming or interrupting it.
Zero returns one snapshot. A timeout leaves the turn running. Only the latest 100 turns are inspected; use read_thread pagination for older turns. Completion can mean failure or interruption: inspect turn.status. The response never substitutes another turn.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| turn_id | Yes | ||
| thread_id | Yes | ||
| timeout_seconds | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||