List Queued Jobs for a Worker Cluster
clusters_list_workers_queued_jobs(id)
integer required. The ID of this cluster.
A list containing the following elements:
integer,
string,
string,
integer,
string, Whether the job is idle, queued, running, cancelled, or failed.
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.
boolean, The hidden status of the item.
integer, The CPU shares required by the script.
integer, The disk space in GB required by the script.
integer, The memory in MB required by the script.
list, A list containing the following elements:
id integer, The ID of this user.
name string, This user's name.
username string, This user's username.
initials string, This user's initials.
online boolean, Whether this user is online.
list, A list containing the following elements:
id integer, The ID of this user.
name string, This user's name.
username string, This user's username.
initials string, This user's initials.
online boolean, Whether this user is online.