get_job_status
Check the latest status of an async simulation job by providing its UUID. Get progress, timestamps, and poll URL without side effects.
Instructions
Fetch the latest async simulation job status by id. Read-only and non-destructive; not separately rate-limited. Use poll_job to block until a terminal state. Returns the job record with status, progress, timestamps, and poll_url.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | UUID of the async job |