Skip to main content
The SavedSearch type represents stored search configurations that can be executed to retrieve content or assets.

Type Definition

Fields

FieldTypeDescription
idID!Unique identifier
nameString!Search name
descriptionStringOptional description
typeSavedSearchType!Search type (CONTENT or ASSET)

SavedSearchType Enum

ValueDescription
CONTENTSearch returns content items
ASSETSearch returns asset items

Example Queries

List Saved Searches

Response:

SavedSearchResult Union

The executeSavedSearch query returns a union type:
Use inline fragments to handle each result type:
  • Content - Content items returned by CONTENT searches
  • Asset - Assets returned by ASSET searches