Get a self-hosted runner group for an enterprise
Gets a specific self-hosted runner group for an enterprise. You must authenticate using an access token with the `admin:enterprise` scope to use this endpoint.
GET
/enterprises/{enterprise}/actions/runner-groups/{runner_group_id}- Source
github-v3-rest.json- Revision
f5f067c1e6f6- Active snapshot
85e53e3d0d65
Request
Path Parameters
- enterprise stringrequired
The slug version of the enterprise name. You can also substitute this value with the enterprise id.
- runner_group_id integerrequired
Unique identifier of the self-hosted runner group.
Responses
application/json runner-groups-enterprise object
Response
allows_public_repositories boolean
requireddefault boolean
requiredid number
requiredname string
requiredrunners_url string
requiredselected_organizations_url string
optionalvisibility string
required