actions
Get limits on GitHub-hosted runners for an enterprise
Get the GitHub-hosted runners limits for an enterprise.
get/enterprises/{enterprise}/actions/hosted-runners/limits
Path parameters
enterprisestring required
The slug version of the enterprise name.
Response
Response
Example response
{
"public_ips": {
"maximum": 50,
"current_usage": 17
}
}