Get an org's runner group
GET /v1/orgs/current/runner-group
Get the current org’s runner group, which includes the runners and their settings.
Authorizations
Responses
200
OK
object
Parent can org, install or in the future, builtin runner group
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
object
object
object
object
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
object
object
object
object
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
Specific configuration for cloud specific runners, such as AWS or Azure
Configuration for deploying the runner
Various settings for the runner to handle internally
Metadata is used as both log and metric tags/attributes in the runner when emitting data
object
Configuration for managing the runner server side
400
Bad Request
object
401
Unauthorized
object
403
Forbidden
object
404
Not Found
object
500
Internal Server Error