---
title: "Get specific team"
method: GET
path: "/teams/{teamId}"
---

# Get specific team

`GET /teams/{teamId}`

Retrieve details of a specific team

## Path parameters

- `teamId` string, required

## Response `200`

Default Response

- GroupDto
  - `id` string, required
  - `organization_id` string, required
  - `name` string, required
  - `description` string, nullable, required
  - `is_support_enabled` boolean, required
  - `support_office_hours_id` string, nullable, required
  - `support_assignment_strategy` 'least-busy' | 'round-robin' | 'unassigned', required
  - `zendesk_group_id` string, nullable, required
  - `created_at` string, date-time, nullable, required
  - `updated_at` string, date-time, nullable, required
  - `deleted_at` string, date-time, nullable, required

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.net/open/apis/opencx-api.md) · [All operations](https://skmtc.net/open/apis/opencx-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/open/opencx-api/versions/57b06b52302d/schema)
