Skip to main content
GET
Get Runner

Overview

Retrieve detailed information about a specific runner by its ID. Only returns runners that belong to your account.

Path Parameters

string
required
The unique identifier (UUID) of the runner to retrieve.

Response

string
required
Unique identifier (UUID) for the runner.
string
required
UUID of the user who owns this runner.
string
required
The runner’s name.
string
required
Current status of the runner. Values: active, disabled
string
required
The URL where the runner is accessible.
string[]
required
Array of tags associated with the runner.
object
required
Custom headers configured for this runner.
string
required
ISO 8601 timestamp when the runner was created.
string
required
ISO 8601 timestamp when the runner was last updated.

Example Response

Error Responses

error
Unauthorized - invalid or missing authentication token.
error
Not Found - runner with the specified ID does not exist or does not belong to your account.