Add a new saved search

Creates a saved search with the specified name, visibility settings, and search criteria. The search criteria (query, filters, sort fields, etc.) are stored so the search can be re-executed later. Supports pagination, scoring, and custom result field selection.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required

The name of the saved search

boolean
required
boolean
required

Whether the saved search is bookmarked

boolean
required

Whether the saved search is publicly visible

integer
required

The display order sequence number

string
required

The type of the saved search

string
required

The search query string

integer
required

The page offset for pagination (defaults to 0)

integer
required

The page size for results (defaults to 10)

filters
array of objects
required

Array of filter objects to apply to the search

filters*
sortFields
array of objects
required

Array of sort field objects for ordering results

sortFields*
searchResultFields
array of strings
required

Array of field names to include in results

searchResultFields*
string
required

The ID of an asset to find similar results for

integer
required

The minimum relevance score threshold for results

boolean
required

Whether to exclude the total record count from results

string
required

The logical binder for combining filters (e.g., "AND", "OR")

Responses
200

Success

400

Bad Request

401

The caller is not authenticated

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!