Skip to main content
GET
List user assets

Authorizations

X-API-Key
string
header
required

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.

Query Parameters

include_tags
string[]

Filter assets that have ALL of these tags

exclude_tags
string[]

Exclude assets that have ANY of these tags

name_contains
string

Filter assets where name contains this substring (case-insensitive)

metadata_filter
string

JSON object for filtering by metadata fields

limit
integer
default:20

Maximum number of assets to return (1-500)

Required range: 1 <= x <= 500
offset
integer
default:0

Number of assets to skip for pagination

Required range: x >= 0
sort
enum<string>
default:created_at

Field to sort by

Available options:
name,
created_at,
updated_at,
size,
last_access_time
order
enum<string>
default:desc

Sort order

Available options:
asc,
desc
include_public
boolean
default:true

Whether to include public/shared assets in results

Response

Success - Assets returned

assets
object[]
required

List of assets matching the query

total
integer
required

Total number of assets matching the filters

has_more
boolean
required

Whether more assets are available beyond this page