---
title: "List all Consumer Groups"
method: GET
path: "/v2/control-planes/{controlPlaneId}/core-entities/consumer_groups"
tags: ["Consumer Groups"]
---

# List all Consumer Groups

`GET /v2/control-planes/{controlPlaneId}/core-entities/consumer_groups`

List all Consumer Groups

## Query parameters

- `size` integer
- `offset` string
- `tags` string

## Response `200`

A successful response listing Consumer Groups

- object
  - `data` ConsumerGroup[]
    - `created_at` integer, nullable — Unix epoch when the resource was created.
    - `id` string, nullable — A string representing a UUID (universally unique identifier).
    - `name` string, required — The name of the consumer group.
    - `tags` string[], nullable — A set of strings representing tags.
    - `updated_at` integer, nullable — Unix epoch when the resource was last updated.
  - `next` string — URI to the next page (may be null)
  - `offset` string — Offset is used to paginate through the API. Provide this value to the next list operation to fetch the next page

## Other responses

- `401` — Unauthorized

## Changes

- **2025-08-22** `3c0154b2053a` — 1 breaking
  - the response property `data` became nullable for the status `200`
- **2025-07-22** `76b0fefddb0d` — 1 breaking
  - the response property `data/items/tags` became nullable for the status `200`

[Change history](https://skmtc.dev/kong/apis/konnect-api-go-sdk/changes/v2/control-planes/:controlPlaneId/core-entities/consumer_groups/get.md)

---

[API](https://skmtc.dev/kong/apis/konnect-api-go-sdk.md) · [All operations](https://skmtc.dev/kong/apis/konnect-api-go-sdk/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kong/konnect-api-go-sdk/revisions/7d3c634668f8/schema)
