List designs
GET/organizations/:organizationId/posts
Returns a paginated list of designs for the organization. Results can be filtered by collection (collectionId), visibility scope, content origin, or a name search term. Pass collectionId=null to list uncategorized (root-level) designs only. Members without admin role only see designs they have access to.
Relations: By default only the design metadata is returned. Pass with=exports to include the full export objects (image/video URLs, caption suggestions, render metadata). Omit with when building lists or grids where export data is not needed — this significantly reduces response size.
Request
Responses
- 200
- 401
Paginated list of designs
Unauthorized