---
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

## Changes

- **2026-07-26** `bf91106381fd` — 1 info
  - the security scope `read` was added to the endpoint's security scheme `bearer`

[Change history](https://skmtc.dev/slite/apis/public-slite-api/changes/groups/:groupId/get.md)

---

[API](https://skmtc.dev/slite/apis/public-slite-api.md) · [All operations](https://skmtc.dev/slite/apis/public-slite-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/slite/public-slite-api/revisions/9a534f303bbb/schema)
