Skip to main content
GET
get runner jobs

Authorizations

Authorization
string
header
required

Type "Bearer" followed by a space and token.

Path Parameters

runner_id
string
required

runner ID

Query Parameters

group
string

job group

groups
string

job groups

status
string

job status

statuses
string

job statuses

executor
string

job executor

offset
integer
default:0

offset of jobs to return

limit
integer
default:10

limit of jobs to return

page
integer
default:0

page number of results to return

Response

OK

available_timeout
integer

available timeout is how long a job can be marked as "available" before being requeued

created_at
string
created_by_id
string
execution_count
integer
execution_time
integer
execution_timeout
integer

execution timeout is how long a job can be marked as "exeucuting" before being requeued

executions
object[]
executor
string
final_runner_job_execution_id
string
finished_at
string
group
enum<string>
Available options:
health-checks,
sync,
build,
deploy,
sandbox,
runner,
operations,
management,
actions,
,
any
id
string
install_role_usage
object
json
object
log_stream_id
string
max_executions
integer
metadata
object
operation
enum<string>
Available options:
exec,
build,
create-apply-plan,
create-teardown-plan,
apply-plan,
unknown
org_id
string
outputs
object
outputs_json
string
overall_timeout
integer

overall timeout is how long a job can be attempted, before being cancelled

owner_id
string
owner_type
string
queue_timeout
integer

queue timeout is how long a job can be queued, before being made available

runner_id
string
runner_process_id
string
started_at
string
status
enum<string>
Available options:
queued,
available,
in-progress,
finished,
failed,
timed-out,
not-attempted,
cancelled,
unknown
status_description
string
status_v2
object
type
enum<string>
Available options:
health-check,
docker-build,
container-image-build,
terraform-module-build,
helm-chart-build,
kubernetes-manifest-build,
pulumi-build,
noop-build,
sandbox-build,
oci-sync,
noop-sync,
fetch-image-metadata,
terraform-deploy,
helm-chart-deploy,
job-deploy,
kubernetes-manifest-deploy,
pulumi-deploy,
noop-deploy,
shut-down,
update-version,
noop,
mng-vm-shut-down,
mng-shut-down,
mng-runner-update-version,
mng-runner-restart,
mng-fetch-token,
sandbox-terraform,
sandbox-terraform-plan,
sandbox-pulumi,
sandbox-sync-secrets,
runner-helm,
runner-terraform,
runner-local,
actions-workflow
updated_at
string