---
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.

You must authenticate using an access token with the `repo` scope to use this endpoint.
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

- `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/github-v3-rest-api-5.md) · [All operations](https://skmtc.net/github/apis/github-v3-rest-api-5/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/github/github-v3-rest-api-5/versions/50ae54440071/schema)
