Get a self-hosted runner for a repository

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

GET /repos/:owner/:repo/actions/runners/:runner_id

Response

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