---
title: "Get group"
method: GET
path: "/v1/groups/{id}"
tags: ["Groups"]
---

# Get group

`GET /v1/groups/{id}`

Retrieve a single group by ID

## Path parameters

- `id` string, uuid, required

## Headers

- `api-token` string, required

## Response `200`

A group object

- object
  - `status` integer — Response status
  - `data` Group
    - `id` string, uuid
    - `name` string
    - `archived_at` string, date-time
    - `archived_by` string, uuid

---

[API](https://skmtc.net/clint/apis/clint-api.md) · [All operations](https://skmtc.net/clint/apis/clint-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clint/clint-api/revisions/12b8f9eff943/schema)
