---
title: "Get GitHub-owned images for GitHub-hosted runners in an enterprise"
method: GET
path: "/enterprises/{enterprise}/actions/hosted-runners/images/github-owned"
tags: ["actions"]
---

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

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

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

## Path parameters

- `enterprise` string, required

## Response `200`

Response

- object
  - `total_count` integer, required
  - `images` ActionsHostedRunnerCuratedImage[], required
    - `id` string, required — The ID of the image. Use this ID for the `image` parameter when creating a new larger runner.
    - `platform` string, required — The operating system of the image.
    - `size_gb` integer, required — Image size in GB.
    - `display_name` string, required — Display name for this image.
    - `source` 'github' | 'partner' | 'custom', required — The image provider.

---

[API](https://skmtc.net/github/apis/github-v3-rest-api-3.md) · [All operations](https://skmtc.net/github/apis/github-v3-rest-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/github/github-v3-rest-api-3/versions/dc0584ac4e13/schema)
