---
title: "Get limits on GitHub-hosted runners for an organization"
method: GET
path: "/orgs/{org}/actions/hosted-runners/limits"
tags: ["actions"]
---

# Get limits on GitHub-hosted runners for an organization

`GET /orgs/{org}/actions/hosted-runners/limits`

Get the GitHub-hosted runners limits for an organization.

## Path parameters

- `org` string, required

## Response `200`

Response

- ActionsHostedRunnerLimits
  - `public_ips` object, required — Provides details of static public IP limits for GitHub-hosted Hosted Runners
    - `maximum` integer, required — The maximum number of static public IP addresses that can be used for Hosted Runners.
    - `current_usage` integer, required — The current number of static public IP addresses in use by Hosted Runners.

---

[API](https://skmtc.net/github/apis/rest-api.md) · [All operations](https://skmtc.net/github/apis/rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/github/rest-api/versions/80850db290cd/schema)
