---
title: "Ver detalhes da equipe"
method: GET
path: "/teams/{team_id}"
---

# Ver detalhes da equipe

`GET /teams/{team_id}`

## Path parameters

- `team_id` integer, required

## Query parameters

- `with` string

## Response `200`

200

- object
  - `success` boolean
  - `message` string
  - `data` object
    - `id` integer
    - `account_id` integer
    - `name` string
    - `description` unknown
    - `leader_id` integer
    - `deal_user_id` unknown
    - `project_user_id` unknown
    - `deal_quantity` unknown
    - `created_at` string
    - `updated_at` string

## Other responses

- `404` — 404

---

[API](https://skmtc.net/pipe/apis/application-json.md) · [All operations](https://skmtc.net/pipe/apis/application-json/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pipe/application-json/revisions/0a130198f0a3/schema)
