get_job_status
Retrieve the status of a specific job by its ID, returning job details or an error if not found.
Instructions
Get status of a specific job by ID.
Returns list of job dicts (same format as list_jobs). Raises RuntimeError if the job is not found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |