---
title: "Get team"
method: GET
path: "/account/teams/{team_uuid}"
tags: ["account"]
---

# Get team

`GET /account/teams/{team_uuid}`

Get specific team information

## Path parameters

- `team_uuid` string, uuid, required

## Headers

- `Authorization` string, required

## Response `200`

Team information

- AccountGetTeamResponse200
  - `success` boolean
  - `item` AccountTeamsTeamUuidGetResponsesContentApplicationJsonSchemaItem
    - `uuid` string, uuid
    - `name` string
    - `plan` string
    - `voice_limit` integer
    - `units` string
    - `rate` number, double
    - `current_usage` integer

---

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