---
title: "List runner applications for a repository"
method: GET
path: "/repos/{owner}/{repo}/actions/runners/downloads"
tags: ["actions"]
---

# List runner applications for a repository

`GET /repos/{owner}/{repo}/actions/runners/downloads`

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

Authenticated users must have admin access to the repository to use this endpoint.

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

## Path parameters

- `owner` string, required
- `repo` 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/rest-api.md) · [All operations](https://skmtc.net/github/apis/rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/github/rest-api/versions/80850db290cd/schema)
