v56

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

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

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

get/enterprises/{enterprise}/actions/hosted-runners/images/github-owned

Path parameters

enterprisestring required

The slug version of the enterprise name.

Response

Response

total_countinteger required

Example response

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