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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Page number for topics (1-indexed)
x >= 1Topics per page
1 <= x <= 500Include partition assignment details (set false for large groups)
Search topics by name (case-insensitive substring match)
Successful Response
Detailed consumer group information with paginated topics.
Consumer group ID
Group state
Whether this is a simple (legacy) consumer group
Total number of members
Total number of topic-partition assignments
Current page number (for topics pagination)
Topics per page (for pagination)
Partition assignment strategy
List of all members
Paginated list of topic-partition assignments
Total lag across all partitions
Group coordinator broker