Learn R Programming

civis (version 3.1.0)

jobs_get_runs: Check status of a job

Description

Check status of a job

Usage

jobs_get_runs(id, run_id)

Value

A list containing the following elements:

id

integer,

state

string,

createdAt

string, The time that the run was queued.

startedAt

string, The time that the run started.

finishedAt

string, The time that the run completed.

error

string, The error message for this run, if present.

Arguments

id

integer required. The ID of the Job.

run_id

integer required. The ID of the Run.