Oore CI
ReferenceAPIOperationsRunners

Get runner

Retrieves a single runner by ID, including its current status and health information.

Operation IDget_runner
GET
/v1/runners/{runner_id}

Retrieves a single runner by ID, including its current status and health information.

Authorization

bearer_auth
AuthorizationBearer <token>

In: header

Path Parameters

runner_id*string

Runner ID

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/runners/string"
{  "runner": {    "capabilities": {},    "created_at": 0,    "id": "string",    "last_heartbeat_at": 0,    "name": "string",    "registered_by": "string",    "status": "online",    "updated_at": 0  }}