---
title: "List runner applications for an enterprise"
method: GET
path: "/enterprises/{enterprise}/actions/runners/downloads"
tags: ["enterprise-admin"]
---

# List runner applications for an enterprise

`GET /enterprises/{enterprise}/actions/runners/downloads`

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

OAuth app tokens and personal access tokens (classic) need the `manage_runners:enterprise` scope to use this endpoint.

## Path parameters

- `enterprise` 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-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)
