---
title: "List active groups"
method: GET
path: "/v1/whatsapp/wa-groups"
tags: ["WhatsApp"]
---

# List active groups

`GET /v1/whatsapp/wa-groups`

List active WhatsApp group chats for a business phone number.
These are actual WhatsApp group conversations on the platform.

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

## Query parameters

- `accountId` string, required
- `limit` integer
- `after` string

## Response `200`

List of active groups

- object
  - `groups` object[]
    - `id` string — Group ID
    - `subject` string — Group name
    - `createdAt` string — Group creation timestamp
  - `paging` object
    - `cursors` object
      - `after` string
      - `before` string

## Other responses

- `400` — Invalid request
- `401` — Unauthorized

---

[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/versions/51932b099b2f/schema)
