---
title: "Get the Group"
method: GET
path: "/groups/{group_uid}"
tags: ["Groups"]
---

# Get the Group

`GET /groups/{group_uid}`

## Response `200`

Request success

- object
  - `status` 'success' | 'error'
  - `data` object
    - `record` object
      - `group_uid` string
      - `name` string
      - `lists` object[]
        - `list_uid` string
        - `name` string

## Other responses

- `404` — The resources not exist
- `429` — Too many request

---

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