Skip to main content

List runner applications for a repository

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.

GET/repos/{owner}/{repo}/actions/runners/downloads
Source
github-v3-rest.json
Revision
f5f067c1e6f6
Active snapshot
85e53e3d0d65

Request

Path Parameters
owner string
required
repo string
required

Responses

application/json array[Runner Application object]

Response

items Runner Application object

Runner Application

architecture string
required
download_url string
required
filename string
required
os string
required
sha256_checksum string
optional
temp_download_token string
optional

A short lived bearer token used to download the runner, if needed.