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
Status: 200 OK
{
"id": 23,
"name": "MBP",
"os": "macos",
"status": "online"
}