Skip to main content
GET
Search Assets

Path Parameters

string
required
Organization ID
string
required
Project ID

Query Parameters

string
Pagination cursor from previous response
number
Items per page (default: 10)
string
Filter by MIME type (e.g., image/jpeg, video/mp4)
string
Filter by tag IDs (comma-separated)
string
Filter by status: active or deleted
Search term for name/description
string
Sort field and direction (e.g., name:asc, createdAt:desc)
string
Updated date range start (ISO 8601 format)
string
Updated date range end (ISO 8601 format)

Response

Returns a paginated list of Asset objects.

Code Examples