---
title: "Get group info"
method: GET
path: "/v1/whatsapp/wa-groups/{groupId}"
tags: ["WhatsApp"]
---

# Get group info

`GET /v1/whatsapp/wa-groups/{groupId}`

Retrieve metadata about a WhatsApp group including subject, description,
participants, and settings.

Not available on [Coexistence](/platforms/whatsapp/connection#whatsapp-business-app-coexistence) numbers. Requires a Cloud API-only number.

## Path parameters

- `groupId` string, required

## Query parameters

- `accountId` string, required

## Response `200`

Group info

- object
  - `success` boolean
  - `group` object
    - `id` string
    - `subject` string
    - `description` string
    - `joinApprovalMode` string
    - `participants` object[]
      - `user` string — Phone number
      - `admin` string
    - `participantCount` integer
    - `createdAt` integer — UNIX timestamp
    - `isSuspended` boolean

## Other responses

- `400` — Invalid request
- `401` — Unauthorized
- `404` — Resource not found

---

[API](https://skmtc.net/zernio/apis/zernio-api.md) · [All operations](https://skmtc.net/zernio/apis/zernio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zernio/zernio-api/revisions/15e893e69e8c/schema)
