Lists all consumer groups in the Kafka cluster. Returns a collection of consumer group objects with their basic metadata.
curl --request GET \
--url https://api.example.com/admin/v1/consumer-groups{
"data": [
{
"consumer_group_id": "<string>",
"partition_assignor": "<string>",
"state": "<string>",
"type": "<string>",
"metadata": {},
"simple": true,
"kind": "<string>"
}
],
"metadata": {},
"kind": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.streamnative.io/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?
curl --request GET \
--url https://api.example.com/admin/v1/consumer-groups{
"data": [
{
"consumer_group_id": "<string>",
"partition_assignor": "<string>",
"state": "<string>",
"type": "<string>",
"metadata": {},
"simple": true,
"kind": "<string>"
}
],
"metadata": {},
"kind": "<string>"
}