EntitySearchInputType is an input datatype for providing parameters for a search. It's used by the entitiesSearch() query field.

Table: EntitySearchInputType

ParameterTypeRequiredDefaultStabilityDescription
Some arguments may be required, as indicated in the Required column. For return datatypes, this indicates that you must specify which fields you want returned in the results.
Table last updated: Sep 30, 2025
entityTypes[EntitySearchEntityType]yes Short-TermThe types of entity. See EntitySearchEntityType .
fieldFilters[FieldFilterInput]yes Short-TermThe fields on which to filter. See FieldFilterInput.
pageSizeinteger 100Short-TermThe number of records to return per page.
paths[string]yes Short-TermThe paths to search.
searchTermstring  Short-TermText on which to search assets in views and repositories.
sortBy[EntitySearchSortInfoType]yes Short-TermEnter name with a string for the field on which to sort. See EntitySearchSortInfoType.