---
title: "Retrieve a group"
method: GET
path: "/groups/{group_id}"
tags: ["Groups"]
---

# Retrieve a group

`GET /groups/{group_id}`

Retrieves a `group` object.

## Path parameters

- `group_id` string, required

## Headers

- `X-Platform-Id` string

## Response `200`

OK

- GroupResponse
  - `id` string, required — Unique identifier for the `group`. Prefixed with `gr_`.
  - `name` string, required — Human-readable name of the `group`.
  - `description` string, nullable — Short description of the purpose or scope of the `group`.
  - `status` 'pending' | 'ready' | 'archived', required
  - `group_type` 'undefined' | 'single' | 'bundled', required
  - `enrolment_type` 'manual' | 'automatic', required
  - `employer_id` string, required — Identifier for the `employer` that owns this `group`. Prefixed with `er_`.
  - `object` string — The object type
  - `group_policy_ids` string[], required — Group policy unique identifiers associated with this group.
  - `group_quote_intent_ids` string[], required — Group quote intent unique identifiers associated with this group.
  - `group_policy_intent_ids` string[], required — Group policy intent unique identifiers associated with this group.

## Other responses

- `404` — Not Found

---

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