---
title: "Fetch a Consumer Group"
method: GET
path: "/consumer_groups/{ConsumerGroupId}"
tags: ["Consumer Groups"]
---

# Fetch a Consumer Group

`GET /consumer_groups/{ConsumerGroupId}`

Get a Consumer Group using ID.

## Response `200`

Successfully fetched Consumer Group

- ConsumerGroupInsideWrapper
  - `consumer_group` ConsumerGroup
    - `created_at` integer, nullable — Unix epoch when the resource was created.
    - `id` string, nullable
    - `name` string, required
    - `tags` string[]
    - `updated_at` integer, nullable — Unix epoch when the resource was last updated.

## Other responses

- `401` — Unauthorized
- `404` — Resource does not exist

## Changes

> 7 revisions in range; 1 not diffed.

- **2025-04-04** `e07a25288f1f` — 2 breaking, 2 info
  - the response property `consumer_group/created_at` became nullable for the status `200`
  - the response property `consumer_group/updated_at` became nullable for the status `200`
  - the response optional property `consumer_group/created_at` became not read-only for the status `200`
  - the response optional property `consumer_group/updated_at` became not read-only for the status `200`
- **2024-11-26** `99e71588eb61` — 1 breaking, 2 info
  - the response property `consumer_group/id` became nullable for the status `200`
  - the response optional property `consumer_group/id` became not read-only for the status `200`
  - the response property `consumer_group/name` became required for the status `200`
- **2024-09-11** `5bd52189d290` — 6 warning, 1 info
  - deleted the `path` request parameter `ConsumerGroupId`
  - removed the optional property `created_at` from the response with the `200` status
  - removed the optional property `id` from the response with the `200` status
  - removed the optional property `name` from the response with the `200` status
  - …3 more

[Change history](https://skmtc.dev/kong/apis/kong-enterprise-admin-api/changes/consumer_groups/:ConsumerGroupId/get.md)

---

[API](https://skmtc.dev/kong/apis/kong-enterprise-admin-api.md) · [All operations](https://skmtc.dev/kong/apis/kong-enterprise-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kong/kong-enterprise-admin-api/revisions/daef3e27adf6/schema)
