List teams

Retrieves a paginated list of teams from your workspace. Teams represent groups of members that can be used for organizing work and assigning ownership.

  • Teams are sorted by creation date, newest first.
  • Use the name parameter to filter by name (case-insensitive exact match).
  • Use the handle parameter to filter by handle (case-insensitive exact match).
  • Use the query parameter to search by partial name or handle (case-insensitive). For example, query=product will match "Product Team", "My Product", "production", etc.
  • Use the pageCursor parameter to paginate through results.
Query Params
string

Cursor for pagination.

string
length between 1 and 255

Filter teams by name (case-insensitive exact match).

string
length between 1 and 255

Filter teams by handle (case-insensitive exact match).

string
length between 1 and 255

Full-text search query. Performs case-insensitive partial match on team name and handle.

Responses

Language
Credentials
Bearer
JWT
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json