v56

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

Get GitHub-owned images for GitHub-hosted runners in an organization

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

get/orgs/{org}/actions/hosted-runners/images/github-owned

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
    }
  ]
}