v36
latestOpenAPI 3.0.3GNU General Public License v3.0raw.githubusercontent.com2026-08-017758212.6 KBList user assets
Retrieves a paginated list of assets belonging to the authenticated user. Supports filtering by tags, name, metadata, and sorting options.
Query parameters
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)
Number of assets to skip for pagination
Field to sort by
Sort order
Whether to include public/shared assets in results
Filter assets by content hash, in the canonical blake3:<hex> form. Matches regardless of which of this asset store's two internal hash storage formats the matching row was written under (the canonical form used by from-hash-created references, or the raw <hex>.<ext>/bare <hex> storage key used by direct uploads) — both represent the same content hash.
Opaque cursor for keyset pagination. Pass the next_cursor value from the previous response to fetch the next page. When provided, offset is ignored. Cursor pagination is only supported with sort values created_at, updated_at, name, or size; requests combining after with other sort fields return 400. The cursor must have been minted under the same sort value used in the follow-up request.
Response
Success - Assets returned