v18

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-014211,6201.8 MB
gitpod.v1.TeamService

ListTeams

Lists teams with optional pagination and filtering.

Use this method to:

  • View all teams in an organization
  • Search for teams by name

Examples

  • List all teams:

    pagination:
      pageSize: 20
    
  • Search for teams by name:

    pagination:
      pageSize: 20
    filter:
      search: "backend"
    

Authorization

Results are filtered by team:read permission.

post/gitpod.v1.TeamService/ListTeams

Query parameters

pageSizeinteger
tokenstring

Request body

Response

Success