---
title: "Get team"
method: GET
path: "/api/v4/users/teams/{team_id}"
tags: ["Users"]
---

# Get team

`GET /api/v4/users/teams/{team_id}`

Returns detailed information about a specific team.

## Path parameters

- `team_id` integer, required

## Response `200`

OK

- object
  - `team` Team
    - `id` integer — The unique identifier of the team.
    - `name` string — The name of the team.
    - `max_call_attempts` integer — The maximum number of call attempts allowed for the team.
    - `wrapup_code_group` WrapupCodeGroupShort
      - `id` integer — The unique identifier of the wrap-up code group.
      - `name` string — The name of the wrap-up code group.
    - `created_at` string, date-time — Timestamp when the team was created (ISO 8601).
    - `updated_at` string, date-time — Timestamp when the team was last updated (ISO 8601).

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `429` — Too many requests

---

[API](https://skmtc.net/voiso/apis/voiso-api.md) · [All operations](https://skmtc.net/voiso/apis/voiso-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/voiso/voiso-api/revisions/3d34cfd8f064/schema)
