---
title: "Get group by ID"
method: GET
path: "/groups/{groupId}"
---

# Get group by ID

`GET /groups/{groupId}`

Get a group by ID

## Path parameters

- `groupId` string, required

## Response `200`

Ok

- Group
  - `description` string, required — Description of the group
  - `name` string, required — Group name
  - `id` string, required — Group ID

## Other responses

- `401` — Invalid authentication
- `404` — Group not found
- `429` — Rate limitation error
- `default` — Unexpected error

---

[API](https://skmtc.net/slite/apis/public-slite-api.md) · [All operations](https://skmtc.net/slite/apis/public-slite-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/slite/public-slite-api/versions/7cee1a5a5128/schema)
