v56

latestOpenAPI 3.0.3MITraw.githubusercontent.com2026-08-011,21696712.2 MB
actions

Get GitHub-hosted runners machine specs for an organization

Get the list of machine specs available for GitHub-hosted runners for an organization.

get/orgs/{org}/actions/hosted-runners/machine-sizes

Path parameters

orgstring required

The organization name. The name is not case sensitive.

Response

Response

total_countinteger required

Example response

{
  "machine_specs": [
    {
      "id": "8-core",
      "cpu_cores": 8,
      "memory_gb": 32,
      "storage_gb": 300
    }
  ]
}