v56

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