gitpod.v1.ProjectService

ListProjects

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.

    pagination:
      pageSize: 20
    
post/gitpod.v1.ProjectService/ListProjects

Query parameters

pageSizeinteger
tokenstring

Request body

Response

Success

projectsGitpodV1Project[] — unresolved $ref

Changes