---
title: "Get a group"
method: GET
path: "/v1/groups/{groupId}"
tags: ["groups"]
---

# Get a group

`GET /v1/groups/{groupId}`

Retrieve a single group by its unique ID, including its name and metadata.

## Path parameters

- `groupId` string, uuid, required

## Query parameters

- `include` object
  - `parent_group` boolean
  - `sub_groups` boolean
  - `sub_groups_name_order` unknown
  - `contacts_count` boolean
  - `sub_groups_count` boolean
  - `is_favorite` boolean
- `select` object
  - `parent_group` boolean
  - `sub_groups` boolean
  - `sub_groups_name_order` unknown
  - `contacts_count` boolean
  - `sub_groups_count` boolean
  - `is_favorite` boolean

## Response `200`

Successful response

- object
  - `error` boolean, required
  - `data` object, required
    - `group` Schema0, required — unresolved $ref

## Other responses

- `400` — Request body failed validation.
- `401` — Missing or invalid API key.
- `403` — Valid key, insufficient permission.
- `404` — Resource does not exist.
- `429` — Rate limit exceeded.
- `500` — Unexpected server error.

---

[API](https://skmtc.net/getdex/apis/dex-public-api.md) · [All operations](https://skmtc.net/getdex/apis/dex-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getdex/dex-public-api/revisions/2c131b36d495/schema)
