Projects/Brands

List Projects

List brands the authenticated user can access: owned, shared with them, and workspace-wide grants. Soft-deleted brands are excluded. Pass organizationId (from GET /v1/workspaces) to scope to one workspace. Use GET /v1/projects/{projectId} for full details.

get/v1/projects

Query parameters

limitinteger

The maximum number of results to return (max 100)

offsetinteger

The number of items to skip before starting to collect the result set

statusstring

Filter by project status (pending|processing|active|error)

organizationIdstring

Workspace id from GET /v1/workspaces. Scopes the list to that workspace.

Response

Projects list response

successboolean required
errorstring nullable

Changes