List self-hosted runner groups for an organization
Lists all self-hosted runner groups configured in an organization and inherited from an enterprise. You must authenticate using an access token with the `admin:org` scope to use this endpoint.
GET
/orgs/{org}/actions/runner-groups- Source
github-v3-rest.json- Revision
f5f067c1e6f6- Active snapshot
85e53e3d0d65
Request
Path Parameters
- org stringrequired
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-org object]required
runner_groups array[runner-groups-org object]
required items runner-groups-org object
items runner-groups-org object
allows_public_repositories boolean
requireddefault boolean
requiredid number
requiredinherited boolean
requiredinherited_allows_public_repositories boolean
optionalname string
requiredrunners_url string
requiredselected_repositories_url string
optionalLink to the selected repositories resource for this runner group. Not present unless visibility was set to `selected`
visibility string
requiredtotal_count number
required