Get Job Status
get_job_statusCheck the status of a background command in a Docker sandbox, returning current state and elapsed time. Poll this endpoint until finished is true, then retrieve the result.
Instructions
Check on a command started with background=true.
RETURNS status and elapsed milliseconds. Poll this, then call get_job_result once finished is true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | Job id from execute_experiment. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | ||
| status | Yes | ||
| command | Yes | ||
| finished | No | ||
| exit_code | No | ||
| elapsed_ms | Yes | ||
| experiment_id | Yes |