get_job
Retrieve the current status and full details of a Jungle Grid job by its ID to monitor progress after submission.
Instructions
Get the current status and full detail of a Jungle Grid job by its ID. Poll this after submit_job to track progress. Terminal statuses are 'completed', 'failed', and 'cancelled'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | The job ID returned by submit_job. |