poll_job
Wait for an async simulation job to complete and return its final result, failure, cancellation, or timeout status.
Instructions
Wait for an async simulation job to reach a terminal state. Returns the final result when the job completes, or the terminal status when it fails, is cancelled, or times out. Read-only: it polls the job's status endpoints and changes nothing. Use get_job_status for a single non-blocking check.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | UUID of the async job | |
| timeout_seconds | No | Maximum wall-clock time to wait before returning a timed_out response. | |
| poll_interval_seconds | No | Delay between status checks while the job is still queued or running. |