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

# Retrieves a group.

`GET /organization/groups/{group_id}`

## Path parameters

- `group_id` string, required

## Response `200`

Group retrieved successfully.

- GroupResponse — Details about an organization group.
  - `id` string, required — Identifier for the group.
  - `name` string, required — Display name of the group.
  - `created_at` integer, required — Unix timestamp (in seconds) when the group was created.
  - `is_scim_managed` boolean, required — Whether the group is managed through SCIM and controlled by your identity provider.
  - `group_type` 'group' | 'tenant_group', required — The type of the group.

## Other responses

- `429` — The request was rejected because a rate limit was exceeded.

## Changes

- **2026-09-08** `bb9b3b410112` — 1 info
  - added the non-success response with the status `429`
- **2026-07-15** `4065aec90c5d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/openai/apis/openapi/changes/organization/groups/:group_id/get.md)

---

[API](https://skmtc.dev/openai/apis/openapi.md) · [All operations](https://skmtc.dev/openai/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc.dev/openai/apis/openapi/revisions/bb9b3b410112?raw)
