---
title: "List runner applications for an organization"
method: GET
path: "/orgs/{org}/actions/runners/downloads"
tags: ["actions"]
---

# List runner applications for an organization

`GET /orgs/{org}/actions/runners/downloads`

Lists binaries for the runner application that you can download and run.

You must authenticate using an access token with the `admin:org` scope to use this endpoint.
If the repository is private, you must use an access token with the `repo` scope.
GitHub Apps must have the `administration` permission for repositories and the `organization_self_hosted_runners` permission for organizations.
Authenticated users must have admin access to repositories or organizations, or the `manage_runners:enterprise` scope for enterprises, to use these endpoints.

## Path parameters

- `org` string, required

## Response `200`

Response

- RunnerApplication[]
  - `os` string, required
  - `architecture` string, required
  - `download_url` string, required
  - `filename` string, required
  - `temp_download_token` string — A short lived bearer token used to download the runner, if needed.
  - `sha256_checksum` string

---

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