v56

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

Get GitHub-hosted runners machine specs for an enterprise

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

get/enterprises/{enterprise}/actions/hosted-runners/machine-sizes

Path parameters

enterprisestring required

The slug version of the enterprise name.

Response

Response

total_countinteger required

Example response

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