Permission Requirements
Saved searches inherit permissions fromcontent and assets. Users need read permissions on either resource type to view and execute searches, and update permissions to create or modify searches.
The SavedSearch Object
string
Unique identifier (UUID)
string
Display name of the saved search
string
Optional description
string
Search type:
content or asset. Determines what resources this search queries.string
Parent folder ID (null for root). If set, the folder’s type must match this search’s type.
object
Search filter criteria using standard filter operators
object[]
Sort criteria array
string[]
User IDs who have favorited this search
object
Additional metadata including
lastUsed timestamp and useCountstring
Creation timestamp (ISO 8601 format)
string
Last update timestamp (ISO 8601 format)
Example Object
Relationship with Direct Search
Saved searches use the same filter structure as the direct search capabilities in the Content and Assets endpoints. The key differences are that saved searches:- Store the search criteria for reuse
- Can be shared across users within a project
- Track usage statistics
- Allow favoriting for quick access
Filter Operators
Saved searches support all standard filter operators:Sort Options
Sort criteria specify how results are ordered:- Content:
name,createdAt,updatedAt,status - Asset:
name,createdAt,updatedAt,type,size