Get workspace runner
Get workspace runner by uuid.
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “ Path Parameters ”This can either be the workspace ID (slug) or the workspace UUID surrounded by curly-braces, for example {workspace UUID}.
The runner uuid.
Responses
Section titled “ Responses ”The workspace runner.
object
The UUID identifying the runner.
The name of the runner.
Labels assigned to the runner for identification and routing.
object
The current status of the runner.
object
The currently installed version of the runner.
The current recommended version of the runner.
The timestamp when the runner state was last updated.
Whether the runner is cordoned (prevented from accepting new steps).
The timestamp when the runner was created.
The timestamp when the runner was last updated.
object
The OAuth client ID.
The OAuth client secret. This is an optional element that is only provided once.
The OAuth token endpoint URL.
The intended audience for the OAuth token.
Example
{ "state": { "status": "UNREGISTERED" }}The workspace runner was not found.
Base type for most resource objects. It defines the common type element that identifies an object’s type. It also identifies the element as Swagger’s discriminator.
object
object
Optional structured data that is endpoint-specific.
object
Example generated
{ "type": "example", "error": { "message": "example", "detail": "example", "data": {} }}