List Assets
List the calling user’s assets (hosted sites, storage bundles, and managed skill folders). Optionally filter by status, privacy, owner, or a search string, and page through results with limit/offset.
Authorizations
Query Parameters
Max assets to return, 1–100. e.g. 20
1 <= x <= 100How many assets to skip, for pagination. e.g. 0
x >= 0Filter by lifecycle status; omit for all. One of: published, unpublished. e.g. 'published'
published, unpublished Filter by privacy; omit for all. One of: only_me, workspace, public. e.g. 'public'
only_me, workspace, public Server-side case-insensitive substring match across identifier, description, and vanitySlug — use this to check whether something is already published before creating it. Applied before pagination, so total reflects matches. e.g. 'q3 deck'
255Only assets owned by this workspace member (within what you can already see — never widens access). e.g. 'sam@acme.com'