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

Response

200
application/json

OK

The response is of type object.