List Runners
Runners
List Runners
Retrieve a paginated list of your runners
GET
List Runners
Overview
Retrieve all runners registered to your account with pagination support. Results are ordered by creation date (newest first).Query Parameters
Page number to retrieve (default: 1, minimum: 1).
Number of runners per page (default: 10, minimum: 1, maximum: 100).
Filter runners by status (possible values: “active”, “disabled”)
Response
Array of runner objects.
Total number of runners across all pages.
Runner Object
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.
Notes
- Results are ordered by creation date (newest first)
- The
totalfield indicates the total count across all pages