admin:enterprise
scope to use this endpoint.curl --location --request GET 'https://api.github.com/enterprises//actions/runner-groups//runners'
{
"runners": [
{
"busy": true,
"id": 5,
"labels": [
{
"id": 0,
"name": "string",
"type": "read-only"
}
],
"name": "iMac",
"os": "macos",
"status": "online"
}
],
"total_count": 0
}