Skip to content

Retrieve a single runner controller

GET
/api/v4/runner_controllers/{id}

Retrieves details of a specified runner controller.

id
required
integer

ID of the runner controller

OK

Media type application/json
object
id
integer format: int64
description
string
state
string
created_at
string format: date-time
updated_at
string format: date-time
connected
boolean
Example
{
"id": 1,
"description": "Controller for managing runner",
"state": "enabled",
"connected": true
}

Bad Request

Forbidden

Not found