v32

latestOpenAPI 3.1.0MITraw.githubusercontent.com2026-07-312881,4162.7 MB
Project groups

List project groups

Lists the groups that have access to a project.

get/organization/projects/{project_id}/groups

Path parameters

project_idstring required

The ID of the project to inspect.

Query parameters

limitinteger

A limit on the number of project groups to return. Defaults to 20.

afterstring

Cursor for pagination. Provide the ID of the last group from the previous response to fetch the next page.

order'asc' | 'desc'

Sort order for the returned groups.

Response

Project groups listed successfully.

object'list' required

Always list.

has_moreboolean required

Whether additional project group memberships are available.

nextstring nullable required

Cursor to fetch the next page of results, or null when there are no more results.