Skip to content

get runner job executions

GET
/v1/runner-jobs/{runner_job_id}/executions

Return executions for a runner job.

Authorizations

Parameters

Path Parameters

runner_job_id
required
string

Runner job ID

Responses

200

OK

Array<object>
object
created_at
string
created_by_id
string
id
string
org_id
string
result
object
created_at
string
created_by_id
string
error_code
integer
error_metadata
object
key
additional properties
string
id
string
org_id
string
runner_job_execution_id
string
success

TODO(jm): add richer information on the error or other tied to a job execution.

boolean
updated_at
string
runner_job_id
string
status
string
Allowed values: pending initializing in-progress cleaning-up finished failed timed-out not-attempted cancelled unknown
updated_at
string

400

Bad Request

object
description
string
error
string
user_error
boolean

401

Unauthorized

object
description
string
error
string
user_error
boolean

403

Forbidden

object
description
string
error
string
user_error
boolean

404

Not Found

object
description
string
error
string
user_error
boolean

500

Internal Server Error

object
description
string
error
string
user_error
boolean