Skip to main content

List runner applications for an enterprise

Lists binaries for the runner application that you can download and run. You must authenticate using an access token with the `admin:enterprise` scope to use this endpoint.

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

Request

Path Parameters
enterprise string
required

The slug version of the enterprise name. You can also substitute this value with the enterprise id.

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.