Get a self-hosted runner for an organization
GET {{baseUrl}}/orgs/:org/actions/runners/:runner_id
Warning: The self-hosted runners API for organizations is currently in public beta and subject to change.
Gets a specific self-hosted runner for an organization. You must authenticate using an access token with the admin:org
scope to use this endpoint.
RESPONSES
status: OK
{"id":23,"name":"MBP","os":"macos","status":"online"}