v56

latestOpenAPI 3.0.3MITraw.githubusercontent.com2026-08-011,4581,08113.3 MB
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
  }
}