---
title: "Get Group"
method: GET
path: "/groups/{group_id}"
tags: ["Groups"]
---

# Get Group

`GET /groups/{group_id}`

Get group details.

## Path parameters

- `group_id` string, required

## Response `200`

Successful Response

- AccessGroup
  - `created_at` string, date-time, nullable — Creation timestamp.
  - `created_by` string, required — member_id of the creator.
  - `description` string, nullable — Optional group description.
  - `id` string, required — Access group id.
  - `name` string, required — Group name.
  - `owner_org_id` string, required — Owner organization id.
  - `updated_at` string, date-time, nullable — Last update timestamp.

## Other responses

- `422` — Validation Error

---

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