---
title: "Get Active Groups"
method: GET
path: "/groups"
tags: ["Groups"]
---

# Get Active Groups

`GET /groups`

Retrieve list of active groups for a business phone number with pagination support.

## Query parameters

- `limit` integer
- `after` string
- `before` string

## Response `200`

Groups retrieved successfully

- GroupsGetActiveGroupsResponse — Response payload containing a paginated list of active groups
  - `data` GroupsGetActiveGroupsData
    - `groups` GroupsGroupSummary[]
      - `created_at` integer
      - `id` string
      - `subject` string
  - `paging` GroupsGroupPaging
    - `cursors` GroupsGroupPagingCursors
      - `after` string
      - `before` string
    - `next` string
    - `previous` string

## Other responses

- `401` — Unauthorized
- `500` — Internal server error

---

[API](https://skmtc.dev/360dialog/apis/messaging-api.md) · [All operations](https://skmtc.dev/360dialog/apis/messaging-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/360dialog/messaging-api/revisions/74b31f9f8610/schema)
