v1

latestOpenAPI 3.0.22026-07-2610288167.4 KB
asset

List user assets

Retrieves a paginated list of assets belonging to the authenticated user. Supports filtering by tags, name, metadata, and sorting options.

get/api/assets

Query parameters

include_tagsstring[]

Filter assets that have ALL of these tags

exclude_tagsstring[]

Exclude assets that have ANY of these tags

name_containsstring

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

metadata_filterstring

JSON object for filtering by metadata fields

limitinteger

Maximum number of assets to return (1-500)

offsetinteger

Number of assets to skip for pagination

sort'name' | 'created_at' | 'updated_at' | 'size' | 'last_access_time'

Field to sort by

order'asc' | 'desc'

Sort order

include_publicboolean

Whether to include public/shared assets in results

Response

Success - Assets returned

totalinteger required

Total number of assets matching the filters

has_moreboolean required

Whether more assets are available beyond this page