Get a self-hosted runner for a repository

GET {{baseUrl}}/repos/:owner/:repo/actions/runners/:runner_id

Gets a specific self-hosted runner. You must authenticate using an access token with the repo scope to use this endpoint.

RESPONSES

status: OK

{"id":23,"name":"MBP","os":"macos","status":"online"}