R/generated_client.R
jobs_list_children.Rd
Show nested tree of children that this job triggers
jobs_list_children(id)
id | integer required. The ID for this job. |
---|
A list containing the following elements:
integer,
string,
string,
integer,
string,
string,
string,
array, An array containing the following fields:
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.
list, 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.
array,