---
title: "Get partner images for GitHub-hosted runners in an organization"
method: GET
path: "/orgs/{org}/actions/hosted-runners/images/partner"
tags: ["actions"]
---

# Get partner images for GitHub-hosted runners in an organization

`GET /orgs/{org}/actions/hosted-runners/images/partner`

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

## Path parameters

- `org` 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/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)
