GET
/admin/actions/runners/jobsList Action run jobs
Lists Action run jobs available to the administrator. Use labels to filter jobs by a comma-separated set of runner labels. Each result includes job identity, workflow run ownership, dependencies, status, attempt information, and execution labels.
labelsstringoptional
A comma-separated list of runner labels to filter the jobs by.
200Returns an array of Action run job objects containing job identifiers, names, run and repository IDs, dependencies, status, attempts, task IDs, handles, and runner labels.
attemptintegeroptional
How many times the job has been attempted including the current attempt.
handlestringoptional
Opaque identifier that uniquely identifies a single attempt of a job.
idintegeroptional
Identifier of this job.
namestringoptional
the action run job name
needsarray<string>optional
the action run job needed ids
owner_idintegeroptional
the owner id
repo_idintegeroptional
the repository id
run_idintegeroptional
Identifier of the workflow run this job belongs to.
runs_onarray<string>optional
the action run job labels to run on
statusstringoptional
the action run job status
task_idintegeroptional
the action run job latest task id
403Returned when the authenticated user is forbidden from viewing Action run jobs.
messagestringoptional
urlstringoptional
Error handling
A 403 is returned when the authenticated user is forbidden from accessing Action run jobs. If supplied, labels must be formatted as a comma-separated list of labels.