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

# Get group by ID

`GET /groups/{groupId}`

Get a group by ID.

## Path parameters

- `groupId` string, required

## Response `200`

Ok

- Group
  - `id` string, required — The group's unique ID.
  - `name` string, required — The group's name.
  - `creationDate` string, date-time, nullable, required — The group's creation date.

---

[API](https://skmtc.net/vanta/apis/build-integrations.md) · [All operations](https://skmtc.net/vanta/apis/build-integrations/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vanta/build-integrations/revisions/6c1f7590538b/schema)
