Check status of a job
jobs_get_runs(id, run_id)
id | integer required. The ID of the Job. |
---|---|
run_id | integer required. The ID of the Run. |
A list containing the following elements:
integer,
string,
string, The time that the run was queued.
string, The time that the run started.
string, The time that the run completed.
string, The error message for this run, if present.