---
title: "Get WhatsApp group info"
method: GET
path: "/whatsapp/wa-group/info"
---

# Get WhatsApp group info

`GET /whatsapp/wa-group/info`

Returns information about a WhatsApp group by its groupId.

## Query parameters

- `groupId` string, required

## Response `200`

Group info retrieved successfully

- GroupInfoResponse
  - `groupId` string — Unique identifier for the group
  - `subject` string — Group name/subject
  - `description` string — Group description
  - `totalParticipantCount` integer — Current number of participants in the group
  - `inviteLink` string, nullable — WhatsApp invite link for the group
  - `status` string — Current group status (e.g. ACTIVE)
  - `groupCreatedAt` string, date-time — ISO 8601 timestamp of when the group was created

## Other responses

- `404` — Group not found for the given groupId

---

[API](https://skmtc.net/doubletick/apis/doubletick-public-apis.md) · [All operations](https://skmtc.net/doubletick/apis/doubletick-public-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/doubletick/doubletick-public-apis/versions/bba484527d34/schema)
