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

# Retrieve group

`GET /organization/groups/{group_id}`

Retrieves a group.

## 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

- `400` — The request parameters are invalid or the requested operation cannot be performed.
- `403` — The caller does not have permission to perform this operation.
- `404` — The endpoint is unavailable or a requested group, user, or project was not found.
- `429` — The request was rejected because a rate limit was exceeded.
- `500` — The group operation could not be completed because of a server error.

## Changes

- **2026-09-25** `d86203de41ae` — 4 info
  - added the non-success response with the status `400`
  - added the non-success response with the status `403`
  - added the non-success response with the status `404`
  - added the non-success response with the status `500`
- **2026-09-03** `9430b00d75b4` — 1 info
  - added the optional property `error/misalignment` to the response with the `429` status
- **2026-08-14** `6ac2618eefd7` — 1 info
  - added the non-success response with the status `429`
- **2026-08-05** `ab0c5306e390` — 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/d86203de41ae?raw)
