Retrieve a single runner controller
GET
/api/v4/runner_controllers/{id}
Retrieves details of a specified runner controller.
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “ Path Parameters ” id
required
integer
ID of the runner controller
Responses
Section titled “ Responses ”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