---
title: "GroupInfo queries group info based on group id."
method: GET
path: "/cosmos/group/v1/group_info/{groupId}"
tags: ["Query"]
---

# GroupInfo queries group info based on group id.

`GET /cosmos/group/v1/group_info/{groupId}`

## Path parameters

- `groupId` string, uint64, required

## Response `200`

A successful response.

- CosmosGroupV1QueryGroupInfoResponse — QueryGroupInfoResponse is the Query/GroupInfo response type.
  - `info` CosmosGroupV1GroupInfo — GroupInfo represents the high-level on-chain information for a group.
    - `id` string, uint64 — id is the unique ID of the group.
    - `admin` string — admin is the account address of the group's admin.
    - `metadata` string
    - `version` string, uint64
    - `totalWeight` string — total_weight is the sum of the group members' weights.
    - `createdAt` string, date-time — created_at is a timestamp specifying when a group was created.

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/haqq-network/apis/haqq-network-grpc-api.md) · [All operations](https://skmtc.net/haqq-network/apis/haqq-network-grpc-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/haqq-network/haqq-network-grpc-api/revisions/2d0419923f40/schema)
