Forgejo API
GET/admin/runners/jobsDeprecated

Search action jobs according to filter conditions

This operation has been deprecated in Forgejo 15. Use /admin/actions/runners/jobs instead.

1 parameter
labelsstringoptional
a comma separated list of run job labels to search for

2 status codes
200RunJobList is a list of action run jobs
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
403APIForbiddenError is a forbidden error response
messagestringoptional
urlstringoptional

Error handling

A 403 is returned: APIForbiddenError is a forbidden error response.