Wait for job
job_waitWait for a job to complete by blocking until it exits or times out, replacing the need to poll for status.
Instructions
Block until a job exits or timeout. Prefer over polling job_status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | ||
| timeout_seconds | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||