List Assets
List all assets in your organization's media library.
Authentication
x-api-keystring
API Key authentication via header
Query parameters
projectId
Filter assets by project ID.
limit
Maximum number of assets to return (1-100).
cursor
Cursor for pagination.
searchQuery
Search assets by name.
sortBy
Sort order for the results.
types
Filter by asset types. Accepts multiple types as a comma-separated list (AUDIO, VIDEO, IMAGE).
Allowed values:
Response
Assets retrieved successfully
items
Array of assets.
nextCursor
Cursor for fetching the next page of results.
totalCount
Total number of assets matching the query.

