List Assets

List all assets in your organization's media library.

Authentication

x-api-keystring
API Key authentication via header

Query parameters

projectIdstringOptional
Filter assets by project ID.
limitintegerOptional

Maximum number of assets to return (1-100).

cursorstringOptional
Cursor for pagination.
searchQuerystringOptional
Search assets by name.
sortByenumOptional
Sort order for the results.
typeslist of enumsOptional

Filter by asset types. Accepts multiple types as a comma-separated list (AUDIO, VIDEO, IMAGE).

Allowed values:

Response

Assets retrieved successfully
itemslist of objects
Array of assets.
nextCursorstring or null
Cursor for fetching the next page of results.
totalCountinteger or null
Total number of assets matching the query.

Errors