v56

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

Get partner images for GitHub-hosted runners in an organization

Get the list of partner images available for GitHub-hosted runners for an organization.

get/orgs/{org}/actions/hosted-runners/images/partner

Path parameters

orgstring required

The organization name. The name is not case sensitive.

Response

Response

total_countinteger required

Example response

{
  "images": [
    {
      "id": "ubuntu-20.04",
      "platform": "linux-x64",
      "size_gb": 86
    }
  ]
}