---
title: "Get a group by ID"
method: GET
path: "/groups/{groupId}"
tags: ["Groups"]
---

# Get a group by ID

`GET /groups/{groupId}`

## Path parameters

- `groupId` string, required

## Response `200`

Ok

- Group
  - `id` string — The group ID
  - `name` string — The group name
  - `description` string — The group description
  - `createdAt` string, date-time — When the group was created

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `429` — Too Many Requests
- `500` — Internal Server Error

---

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