List user assets
Retrieves a paginated list of assets belonging to the authenticated user. Supports filtering by tags, name, metadata, and sorting options.
授权
API key authentication. Generate an API key from your account settings at https://platform.comfy.org/profile/api-keys. Pass the key in the X-API-Key header.
查询参数
Filter assets that have ALL of these tags
Exclude assets that have ANY of these tags
Filter assets where name contains this substring (case-insensitive)
JSON object for filtering by metadata fields
Maximum number of assets to return (1-500)
1 <= x <= 500Number of assets to skip for pagination
x >= 0Field to sort by
name, created_at, updated_at, size, last_access_time Sort order
asc, desc Whether to include public/shared assets in results