group_id is the unique ID of the group.
QueryGroupInfoResponse is the Query/GroupInfo response type.
GET /cosmos/group/v1/group_info/{group_id} HTTP/1.1 Host: kava.nownodes.io Accept: */*
A successful response.
{ "info": { "id": "text", "admin": "text", "metadata": "text", "version": "text", "total_weight": "text", "created_at": "2025-05-14T06:38:52.413Z" } }