> ## Documentation Index
> Fetch the complete documentation index at: https://docs.msgflash.com/llms.txt
> Use this file to discover all available pages before exploring further.

# GET Retrieve a group

> Retrieve contact group details.

## Endpoint

```txt theme={null}
GET /api/v1/contacts/groups/{groupId}
```

## Parameters path

| Nom       | Type | Required | Description |
| --------- | ---- | -------- | ----------- |
| `groupId` | UUID | yes      | Group ID    |

## Success response `200`

```json theme={null}
{
  "data": {
    "id": "grp_uuid",
    "name": "Clients VIP",
    "contactCount": 12
  }
}
```
