Skip to main content
Unary · Environments Gets details about a specific environment including its status, configuration, and context URL. Use this method to:
  • Check if an environment is ready to use
  • Get connection details for IDE and exposed ports
  • Monitor environment health and resource usage
  • Debug environment setup issues

Examples

  • Get environment details: Retrieves detailed information about a specific environment using its unique identifier.

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

Response

gitpod.v1.GetEnvironmentResponse
gitpod.v1.Environment
EnvironmentMetadata is data associated with an environment that’s required for other parts of the system to functiongitpod.v1.EnvironmentMetadata
EnvironmentSpec specifies the configuration of an environment for an environment startgitpod.v1.EnvironmentSpec
EnvironmentStatus describes an environment statusgitpod.v1.EnvironmentStatus
Admission level describes who can access an environment instance and its ports.
EnvironmentRole represents the role of an environment