Skip to main content
Unary · Usage Lists completed environment runtime records within a specified date range. Returns a list of environment runtime records that were completed within the specified date range. Records of currently running environments are not included. Use this method to:
  • View environment runtime records
  • Filter by project
  • Create custom usage reports

Example

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

Response

gitpod.v1.ListEnvironmentUsageRecordsResponse
DateRange specifies a time period for queries.gitpod.v1.DateRange
EnvironmentUsageRecord represents a record of an environment from start to stop.gitpod.v1.EnvironmentUsageRecord
gitpod.v1.ListEnvironmentUsageRecordsRequest.Filter
gitpod.v1.PaginationRequest
gitpod.v1.PaginationResponse