Skip to main content
POST
Create Saved Search

Path Parameters

organizationId
string
required
Organization ID
projectId
string
required
Project ID

Request Body

name
string
required
Display name for the saved search
type
string
required
Search type: content or asset
description
string
Optional description
folderId
string
Parent folder ID (null for root level). Folder type must match search type.
filter
object
required
Search filter criteria using standard filter operators
sort
object[]
Sort criteria array

Example Request

Response

Returns the created SavedSearch object.

Error Responses

Folder Not Found

Code Examples