GET
/organization/projects/{project_id}/groups/{group_id}Retrieve a project group
Retrieves a group's access membership for a project. Use project_id and group_id to identify the project-group relationship, and use group_type when the group is a tenant group. The response contains the membership details and creation timestamp.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
project_idstringrequired
The ID of the project whose group membership you want to retrieve.
group_idstringrequired
The ID of the group to retrieve.
group_typestringoptional
The group type: `group` or `tenant_group`. Defaults to `group` when omitted.
200Returns the project group membership with its project ID, group ID, display name, group type, and creation timestamp.
objectstringrequired
Always `project.group`.
project_idstringrequired
Identifier of the project.
group_idstringrequired
Identifier of the group that has access to the project.
group_namestringrequired
Display name of the group.
group_typestringrequired
The type of the group.
created_atintegerrequired
Unix timestamp (in seconds) when the group was granted project access.
429Returned when the request was rejected because a rate limit was exceeded.
errorobjectrequired
Error handling
A 429 is returned when the request exceeds the rate limit. project_id and group_id must identify the project and group membership you want to retrieve. group_type must be group or tenant_group when provided, and defaults to group when omitted.