Skip to main content
Unary · Runners Gets details about a specific runner. Use this method to:
  • Check runner status
  • View runner configuration
  • Monitor runner health
  • Verify runner capabilities

Examples

  • Get runner details: Retrieves information about a specific runner.

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.GetRunnerRequest

Response

gitpod.v1.GetRunnerResponse
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.