get a runner
GET /v1/runners/{runner_id}
Return a runner.
Authorizations
Parameters
Path Parameters
Runner ID
Responses
200
OK
object
object
Available timeout is how long a job can be marked as “available” before being requeued
Execution timeout is how long a job can be marked as “exeucuting” before being requeued
object
object
object
TODO(jm): add richer information on the error or other tied to a job execution.
Overall timeout is how long a job can be attempted, before being cancelled
Queue timeout is how long a job can be queued, before being made available
object
Job details
object
object
object
Available timeout is how long a job can be marked as “available” before being requeued
Execution timeout is how long a job can be marked as “exeucuting” before being requeued
object
object
object
TODO(jm): add richer information on the error or other tied to a job execution.
Overall timeout is how long a job can be attempted, before being cancelled
Queue timeout is how long a job can be queued, before being made available
400
Bad Request
object
401
Unauthorized
object
403
Forbidden
object
404
Not Found
object
500
Internal Server Error