---
title: "Obter equipe"
method: GET
path: "/teams/{team_id}"
tags: ["crm-v1-teams"]
---

# Obter equipe

`GET /teams/{team_id}`

Obter equipe

## Path parameters

- `team_id` string, required

## Response `200`

Success

- object
  - `_id` string
  - `created_at` string
  - `id` string
  - `name` string
  - `team_users` object[]
    - `_id` string
    - `email` string
    - `id` string
    - `name` string
  - `updated_at` string
  - `user_ids` string[]

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/rdstation/apis/webhook-service.md) · [All operations](https://skmtc.net/rdstation/apis/webhook-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rdstation/webhook-service/revisions/3867c21388e8/schema)
