---
search:
  tags:
    - Consumer Groups
    - GET
seo:
  description: >-
    Get detailed information about a specific consumer group. Reference for the
    GET /consumer-groups/{group_id} endpoint in the Streamkap REST API.
sidebar:
  label: Get Consumer Group Detail
  badge: GET
title: Get Consumer Group Detail
type: openapi-operation
---
Get detailed information about a specific consumer group.

Returns all members and paginated topic-partition assignments with member attribution.
Use include_assignments=false for large consumer groups to skip assignment details.

Pagination applies to topics, not members (all members are returned).

Security: Consumer groups are tenant-isolated via k8s_namespace. Each tenant has their own
Kafka cluster, so consumer groups from other tenants are not accessible.

`GET /consumer-groups/{group_id}`
