# Retrieves a list of all teams in an organisation. Retrieves a list of all teams in an organisation. Endpoint: GET /teams/ Version: v1 Security: Organisation ## Query parameters: - `limit` (integer) Max number of results per page. - `page` (integer) Page number for pagination. ## Response 200 fields (application/json): - `id` (string) Example: "tem_123abc456def" - `name` (string) Example: "Test organisation" - `isAdmin` (boolean) - `members` (array) - `members.fullName` (string) Example: "John Doe" - `members.emailAddress` (string) Example: "hello@example.com" - `members.organisationUserId` (string) Example: "ou_123abcdeg456"