enterprise-admin
Get a self-hosted runner group for an enterprise
Gets a specific self-hosted runner group for an enterprise.
OAuth app tokens and personal access tokens (classic) need the manage_runners:enterprise scope to use this endpoint.
get/enterprises/{enterprise}/actions/runner-groups/{runner_group_id}
Path parameters
enterprisestring required
The slug version of the enterprise name. You can also substitute this value with the enterprise id.
runner_group_idinteger required
Unique identifier of the self-hosted runner group.
Response
Response
Example response
{
"selected_workflows": [
"octo-org/octo-repo/.github/workflows/deploy.yaml@main"
]
}