Skip to main content
GET
Search Assets

Path Parameters

organizationId
string
required
Organization ID
projectId
string
required
Project ID

Query Parameters

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

Response

Returns a paginated list of Asset objects.

Code Examples