---
title: "Retrieve project group"
method: GET
path: "/organization/projects/{project_id}/groups/{group_id}"
tags: ["Project groups"]
---

# Retrieve project group

`GET /organization/projects/{project_id}/groups/{group_id}`

Retrieves a project's group.

## Path parameters

- `project_id` string, required
- `group_id` string, required

## Query parameters

- `group_type` 'group' | 'tenant_group'

## Response `200`

Project group retrieved successfully.

- ProjectGroup — Details about a group's membership in a project.
  - `object` 'project.group', required — Always `project.group`.
  - `project_id` string, required — Identifier of the project.
  - `group_id` string, required — Identifier of the group that has access to the project.
  - `group_name` string, required — Display name of the group.
  - `group_type` 'group' | 'tenant_group', required — The type of the group.
  - `created_at` integer, required — Unix timestamp (in seconds) when the group was granted project access.

## Changes

- **2026-05-21** `872ce068945f` — 1 info
  - endpoint added

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

---

[API](https://skmtc.dev/openai/apis/openai-api.md) · [All operations](https://skmtc.dev/openai/apis/openai-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openai/openai-api/revisions/dcd35773a322/schema)
