---
title: "List Teams"
method: GET
path: "/teams"
tags: ["Teams"]
---

# List Teams

`GET /teams`

Lists teams the user has access to.
Org admins can list all teams with `?all=true`.

## Query parameters

- `limit` integer
- `offset` integer
- `search` string
- `all` 'true' | 'false'

## Response `200`

List of teams

- TeamListResponse
  - `success` boolean
  - `request_id` string
  - `data` Team[]
    - `id` string, uuid
    - `name` string
    - `domain` string
    - `logo` string, uri
    - `about` string
    - `is_default` boolean
    - `meeting_link` string, uri
    - `meeting_link_text` string
    - `auto_placement_testing` boolean
    - `inbox_auto_tag_settings` object — Auto-tag settings for inbox conversations
    - `inbox_super_views` object[] — Customizable Super Views (Hot Leads, Needs Reply, etc.)
      - `id` string
      - `name` string
      - `icon` string
      - `filters` object
        - `mood` 'positive' | 'negative' | 'neutral' | 'needs_review'
        - `statuses` string[]
        - `lastMessageDirection` 'inbound' | 'outbound'
        - `labels` string[]
      - `visible` boolean
      - `order` integer
    - `member_count` integer
    - `organization` object
      - `id` string, uuid
      - `name` string
    - `created_at` string, date-time
    - `updated_at` string, date-time
  - `pagination` Pagination
    - `limit` integer
    - `offset` integer
    - `total` integer
    - `has_more` boolean

---

[API](https://skmtc.dev/supersend/apis/supersend-api.md) · [All operations](https://skmtc.dev/supersend/apis/supersend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/supersend/supersend-api/revisions/f0cbeaa12643/schema)
