List self-hosted runner groups for an enterprise
Lists all self-hosted runner groups 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- 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.
Query Parameters
- per_page integeroptional
Results per page (max 100)
- page integeroptional
Page number of the results to fetch.
Responses
application/json object
Response
runner_groups array[runner-groups-enterprise object]required
runner_groups array[runner-groups-enterprise object]
required items runner-groups-enterprise object
items runner-groups-enterprise object
allows_public_repositories boolean
requireddefault boolean
requiredid number
requiredname string
requiredrunners_url string
requiredselected_organizations_url string
optionalvisibility string
requiredtotal_count number
required