메인 콘텐츠로 건너뛰기
GET
List user assets

인증

X-API-Key
string
header
필수

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.

쿼리 매개변수

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
기본값:20

Maximum number of assets to return (1-500)

필수 범위: 1 <= x <= 500
offset
integer
기본값:0

Number of assets to skip for pagination

필수 범위: x >= 0
sort
enum<string>
기본값:created_at

Field to sort by

사용 가능한 옵션:
name,
created_at,
updated_at,
size,
last_access_time
order
enum<string>
기본값:desc

Sort order

사용 가능한 옵션:
asc,
desc
include_public
boolean
기본값:true

Whether to include public/shared assets in results

응답

Success - Assets returned

assets
object[]
필수

List of assets matching the query

total
integer
필수

Total number of assets matching the filters

has_more
boolean
필수

Whether more assets are available beyond this page