get
https://api.productboard.com/v2/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
nameparameter to filter by exact name match. - Use the
queryparameter to search by partial name (case-insensitive). For example,query=productwill match "Product Team", "My Product", "production", etc. - Use the
pageCursorparameter to paginate through results.