poll_job
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.
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. |