get_job_status
Retrieve an immediate snapshot of a job's current status using its job ID. For real-time state checks without waiting or polling, this returns the latest execution details directly.
Instructions
Get one immediate, non-waiting state snapshot for a known job_id.
Use only when the caller needs current status now. Do not use this to wait for completion or build a polling loop; use wait_for_job for one Job or wait_for_completions for several. This tool never starts or retries work.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||