v1

latestOpenAPI 3.0.02026-07-241010520.6 KB
Shared Projects

List Shared Projects

Returns a paginated list of projects shared with the current tenant.


Projects are sorted in descending order based on when they were shared. Without the page and per_page parameters, the first 100 shared projects will be returned.

get/tenants/{tenant_id}/shared_projects

Path parameters

tenant_idstring uuid required

The ID of the tenant to get shared projects for.

Query parameters

pageinteger

Page to return, 1-indexed (default 1)

per_pageinteger

Number of items to return per page (default 100, max 250)

Response

Shared projects successfully retrieved.