---
title: "Retrieves a project's group."
method: GET
path: "/organization/projects/{project_id}/groups/{group_id}"
tags: ["Project groups"]
---

# Retrieves a project's group.

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

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

---

[API](https://skmtc.net/openai/apis/openapi.md) · [All operations](https://skmtc.net/openai/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openai/openapi/revisions/59990a167b75/schema)
