actions
Get limits on GitHub-hosted runners for an organization
Get the GitHub-hosted runners limits for an organization.
get/orgs/{org}/actions/hosted-runners/limits
Path parameters
orgstring required
The organization name. The name is not case sensitive.
Response
Response
Example response
{
"public_ips": {
"maximum": 50,
"current_usage": 17
}
}