List self-hosted runners for a repository

GET {{baseUrl}}/repos/:owner/:repo/actions/runners?per_page=30&page=1

Lists all self-hosted runners for a repository. You must authenticate using an access token with the repo scope to use this endpoint.

Request Params

KeyDatatypeRequiredDescription
per_pagenumberResults per page (max 100)
pagenumberPage number of the results to fetch.

RESPONSES

status: OK

{"total_count":2,"runners":[{"id":23,"name":"MBP","os":"macos","status":"online"},{"id":24,"name":"iMac","os":"macos","status":"offline"}]}