Github API - Test Config

GET /orgs/{org}/actions/runners/{runner_id}
orgs
actions

Gets a specific self-hosted runner configured in an organization.

You must authenticate using an access token with the admin:org scope to use this endpoint.
Get a self-hosted runner for an organization

Arguments
key org

org [scalar]

The organization name. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

key runner-id

runner-id [scalar]

Unique identifier of the self-hosted runner.

API:
Github Open API
(version: 1.1.4)

Returns
200 application/json runner

runner [object]

A self hosted runner

Attributes
busy boolean

id integer

The id of the runner.

labels runner-label []

name string

The name of the runner.

os string

The Operating System of the runner.

status string

The status of the runner.

API:
Github Open API
(version: 1.1.4)
API:
Github Open API
(version: 1.1.4)