Skip to content

Retrieve a single runner controller token

GET
/api/v4/runner_controllers/{runner_controller_id}/tokens/{id}

Retrieves details of a specified runner controller token by its ID.

runner_controller_id
required
integer

ID of the runner controller

id
required
integer

ID of the runner controller token

OK

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

Bad Request

Forbidden

Not found