---
title: "Get Group Information"
method: GET
path: "/v2/{sid}/whatsapp/{fromNumber}/groups"
tags: ["Groups"]
---

# Get Group Information

`GET /v2/{sid}/whatsapp/{fromNumber}/groups`

The Get Group Information API retrieves information about WhatsApp groups created under a specified WhatsApp Business number.

## Path parameters

- `sid` string, required
- `fromNumber` string, required

## Query parameters

- `group_id` string
- `all_participants` boolean
- `status` 'active' | 'suspended' | 'deleted'
- `limit` integer
- `offset` integer

## Response `200`

Group information fetched successfully

- GetGroupResponse
  - `code` string
  - `message` string
  - `data` object[]
    - `group` object
      - `business_phone_number` string
      - `company_id` string
      - `description` string
      - `group_id` string
      - `group_link` string
      - `id` integer
      - `join_approval_mode` integer
      - `request_id` string
      - `status` string
      - `subject` string
      - `total_active_participants` integer
      - `waba_id` string
    - `participants` object[]
      - `id` integer
      - `request_id` string
      - `status` string
      - `user_phone_number` string
  - `error` object
  - `limit` integer
  - `total` integer

## Other responses

- `400` — Phone number is not present or does not belong to the account
- `401` — Incorrect SID or API key

---

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