List runner applications for an organization
Lists binaries for the runner application that you can download and run. You must authenticate using an access token with the `admin:org` scope to use this endpoint.
GET
/orgs/{org}/actions/runners/downloads- Source
github-v3-rest.json- Revision
f5f067c1e6f6- Active snapshot
85e53e3d0d65
Request
Path Parameters
- org stringrequired
Responses
application/json array[Runner Application object]
Response
items Runner Application objectRunner Application
items Runner Application object
Runner Application
architecture string
requireddownload_url string
requiredfilename string
requiredos string
requiredsha256_checksum string
optionaltemp_download_token string
optionalA short lived bearer token used to download the runner, if needed.