GET
/
admin
/
v1
/
consumer-groups
/
{consumer_group_id}
{
  "consumer_group_id": "<string>",
  "partition_assignor": "<string>",
  "state": "<string>",
  "type": "<string>",
  "metadata": {},
  "simple": true,
  "kind": "<string>"
}

Path Parameters

consumer_group_id
string
required

The consumer group ID.

Response

200
application/json

OK

The response is of type object.