Executes a saved search using the full saved search model provided in the request body.

Behavior: Accepts a complete saved search model and executes it against the search index. Unlike the GET variant, this allows passing a modified saved search without persisting the changes. Optionally limits which fields are returned in the results.

Authorization: Requires a valid Bearer token.

Side Effects: None.

Error Scenarios: Returns 400 if the saved search model is null.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
returnedFieldNames
array of strings

Optional list of field names to include in the results. If empty, all fields are returned.

returnedFieldNames
Body Params

The saved search model to execute.

Represents a persisted saved search with its full configuration.

uuid

The unique identifier of the saved search.

string | null

Display name of the saved search.

int32 | null

Optional display order sequence number.

uuid | null

The ID of the user who owns this saved search.

criteria
object | null

The underlying search model containing filters, pagination, and query.

int32 | null
enum

0 = Ascending

1 = Descending

Allowed:
contentDefinitionIds
array of uuids | null

Optional list of content definition IDs to restrict the search scope.

contentDefinitionIds
tags
array of uuids | null

Optional list of tag IDs to filter by.

tags
assetTypes
array of objects | null

Optional filter to restrict results to specific asset types.

assetTypes
mediaTypes
array of objects | null

Optional filter to restrict results to specific media types.

mediaTypes
searchTextFields
array of objects | null

Optional fields to search within for text queries.

searchTextFields
advanceSearchFilters
object | null

Key-value pairs of additional filter criteria.

string | null

The field name to sort results by.

int32

Number of results to return per page. Defaults to 10.

searchKeys
array of uuids | null

Optional list of specific content IDs to include.

searchKeys
string | null

Free-text search query terms.

string
enum

List

PreviewImage

Header

Allowed:
boolean
boolean

Whether this saved search is publicly visible.

boolean

Whether this saved search is bookmarked by the user.

date-time | null

Optional start date for date range filtering.

date-time | null

Optional end date for date range filtering.

uuid | null

Optional asset ID used as a preview thumbnail.

boolean | null

When true, includes video clip assets in results.

boolean | null

When true, uses LLM-powered semantic search.

boolean | null

When true, includes folder assets in results.

properties
object | null

Additional custom properties as key-value pairs.

Headers
string
enum
Defaults to application/json-patch+json

Generated from available request content types

Allowed:
Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json