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.