v32

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

Retrieve project group

Retrieves a project's group.

get/organization/projects/{project_id}/groups/{group_id}

Path parameters

project_idstring required

The ID of the project to inspect.

group_idstring required

The ID of the group to retrieve.

Query parameters

group_type'group' | 'tenant_group'

The type of group to retrieve.

Response

Project group retrieved successfully.

object'project.group' required

Always project.group.

project_idstring required

Identifier of the project.

group_idstring required

Identifier of the group that has access to the project.

group_namestring required

Display name of the group.

group_type'group' | 'tenant_group' required

The type of the group.

created_atinteger required

Unix timestamp (in seconds) when the group was granted project access.