Skip to main content
Unary · Runners Lists all registered runners with optional filtering. Use this method to:
  • View all available runners
  • Filter by runner type
  • Monitor runner status
  • Check runner availability

Examples

  • List all runners: Shows all runners with pagination.
  • Filter by provider: Lists only AWS EC2 runners.

Endpoint

Send a Bearer token as described in Authentication. If your organization uses a custom management-plane domain, replace https://app.ona.com with that domain.

Request example

Request

gitpod.v1.ListRunnersRequest

Response

gitpod.v1.ListRunnersResponse
gitpod.v1.ListRunnersRequest.Filter
gitpod.v1.PaginationRequest
gitpod.v1.PaginationResponse
gitpod.v1.Runner
gitpod.v1.RunnerSpec
RunnerStatus represents the status of a runnergitpod.v1.RunnerStatus
gitpod.v1.Subject
RunnerKind represents the kind of a runner
RunnerPhase represents the phase a runner is in
RunnerProvider identifies the specific implementation type of a runner. Each provider maps to a specific kind of runner (local or remote), as specified below for each provider.