---
title: "Get Team"
method: GET
path: "/teams/{id}"
tags: ["Teams"]
---

# Get Team

`GET /teams/{id}`

Retrieves a team with member information.

## Path parameters

- `id` string, uuid, required

## Response `200`

Team details

- TeamDetailResponse
  - `success` boolean
  - `request_id` string
  - `data` object
    - `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
    - `members` TeamMember[]
      - `id` string, uuid
      - `first_name` string
      - `last_name` string
      - `email` string, email
      - `role` string
      - `joined_at` string, date-time

## Other responses

- `403` — Forbidden - Access denied
- `404` — Not Found - Resource does not exist

---

[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)
