Skip to main content
Unary · Projects Lists projects with optional filtering. Use this method to:
  • View all accessible projects
  • Browse project configurations
  • Monitor project status

Examples

  • List projects: Shows all projects with pagination.

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

Response

gitpod.v1.ListProjectsResponse
CountRequest controls whether the response should include a bounded count of matching records.gitpod.v1.CountRequest
CountResponse represents a bounded count of matching records. When the actual count exceeds the counting limit, value is capped and relation is set to GREATER_THAN_OR_EQUAL.gitpod.v1.CountResponse
EnvironmentInitializer specifies how an environment is to be initializedgitpod.v1.EnvironmentInitializer
gitpod.v1.ListProjectsRequest.Filter
gitpod.v1.PaginationRequest
gitpod.v1.PaginationResponse
gitpod.v1.Project
gitpod.v1.Project.UsedBy
gitpod.v1.ProjectEnvironmentClass
gitpod.v1.ProjectMetadata
ProjectPrebuildConfiguration defines how prebuilds are created for a project. Prebuilds create environment snapshots that enable faster environment startup times.gitpod.v1.ProjectPrebuildConfiguration
RecommendedEditors contains the map of recommended editors and their versions.gitpod.v1.RecommendedEditors
gitpod.v1.Sort
RunnerKind represents the kind of a runner