---
title: "Get group by ID"
method: GET
path: "/api_gateway/v1/badges/group/{groupId}"
---

# Get group by ID

`GET /api_gateway/v1/badges/group/{groupId}`

## Path parameters

- `groupId` string, required

## Query parameters

- `order` 'ASC' | 'DESC'
- `size` integer
- `page` string
- `status` boolean

## Response `200`

200

- object
  - `data` object
    - `id` string
    - `orgId` integer
    - `name` string
    - `rank` integer
    - `createdBy` integer
    - `createdOn` number
    - `lastUpdatedBy` integer
    - `lastUpdatedOn` number
    - `isActive` boolean
  - `errors` unknown
  - `warnings` unknown

## Other responses

- `400` — 400

---

[API](https://skmtc.net/capillarytech/apis/sample-api.md) · [All operations](https://skmtc.net/capillarytech/apis/sample-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/capillarytech/sample-api/revisions/de241f2ed9b3/schema)
