Skip to main content

List organization teams

GET 

/api/v1/organizations/teams

List teams in the caller's organization.

  • Owner/Admin: see all teams.
  • Manager/Member: see only teams they belong to.
  • Response shape depends on include_members: compact TeamResponse by default, or a TeamDetailResponse-shaped dict with members/managers embedded.
  • API-key scope required: teams:read.

Request

Responses

Successful Response