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

# Get GitHub-hosted runners machine specs for an organization

`GET /orgs/{org}/actions/hosted-runners/machine-sizes`

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

## Path parameters

- `org` string, required

## Response `200`

Response

- object
  - `total_count` integer, required
  - `machine_specs` ActionsHostedRunnerMachineSpec[], required
    - `id` string, required — The ID used for the `size` parameter when creating a new runner.
    - `cpu_cores` integer, required — The number of cores.
    - `memory_gb` integer, required — The available RAM for the machine spec.
    - `storage_gb` integer, required — The available SSD storage for the machine spec.

---

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