---
title: "Lists the groups that have access to a project."
method: GET
path: "/organization/projects/{project_id}/groups"
tags: ["Project groups"]
---

# Lists the groups that have access to a project.

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

## Path parameters

- `project_id` string, required

## Query parameters

- `limit` integer
- `after` string
- `order` 'asc' | 'desc'

## Response `200`

Project groups listed successfully.

- ProjectGroupListResource — Paginated list of groups that have access to a project.
  - `object` 'list', required — Always `list`.
  - `data` ProjectGroup[], required — Project group memberships returned in the current page.
    - `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` string, required — The type of the group.
    - `created_at` integer, required — Unix timestamp (in seconds) when the group was granted project access.
  - `has_more` boolean, required — Whether additional project group memberships are available.
  - `next` string, nullable, required — Cursor to fetch the next page of results, or `null` when there are no more results.

---

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