Get Runner
Runners
Get Runner
Retrieve details of a specific runner
GET
Get Runner
Overview
Retrieve detailed information about a specific runner by its ID. Only returns runners that belong to your account.Path Parameters
The unique identifier (UUID) of the runner to retrieve.
Response
Unique identifier (UUID) for the runner.
UUID of the user who owns this runner.
The runner’s name.
Current status of the runner. Values:
active, disabledThe URL where the runner is accessible.
Array of tags associated with the runner.
Custom headers configured for this runner.
ISO 8601 timestamp when the runner was created.
ISO 8601 timestamp when the runner was last updated.
Example Response
Error Responses
Unauthorized - invalid or missing authentication token.
Not Found - runner with the specified ID does not exist or does not belong to your account.