Check status of a job
jobs_get_runs(id, run_id)
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.
integer required. The ID of the Job.
integer required. The ID of the Run.