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

# Get a group (v2)

`GET /v2/groups/{groupId}`

Retrieve a single group by its unique ID. Returns the canonical envelope: `{ data: { group: {...} } }`. Pass `?include[is_favorite]=true` to inflate the response with a computed `is_favorite` boolean, or `?include[parent_group]=true` / `?include[sub_groups]=true` to hydrate the parent / children relations.

## 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
  - `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.
- `409` — Request body failed validation.
- `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)
