Self-Hosted Runners

List runners in pool

Retrieves all runners in a specific runner pool

get/runners/runner-pools/{poolId}/runners

Path parameters

poolIdstring required

Unique identifier of the runner pool

Query parameters

searchQuerystring

Search query

pageSizeinteger
offsetinteger

The offset of the items to return

statusRunnerHealthStatus[]

Filter runners by health status

Response

Runners retrieved successfully

poolIdstring
namestring
lastSeenstring date-time
versionstring
createdAtstring date-time
updatedAtstring date-time
status'active' | 'awaiting_first_heartbeat' | 'timeout'

Current health status of the runner

Changes

No recorded changes to this endpoint across all 1 revision of this API.