Return a list of consumers that belong to the specified consumer group.
Lists all active consumers that are members of the specified consumer group. Includes consumer metadata such as client ID, host, and partition assignments.
GET
/
admin
/
v1
/
consumer-groups
/
{consumer_group_id}
/
consumers
Return a list of consumers that belong to the specified consumer group.
Copy
Ask AI
curl --request GET \ --url https://api.example.com/admin/v1/consumer-groups/{consumer_group_id}/consumers