SearchResult is a datatype for a search result.

Table: SearchResult

ParameterTypeRequiredDefaultStabilityDescription
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column.
Table last updated: Sep 30, 2025
cursorstring  Short-TermThe cursor useds for going to the next or previous page.
data[EntitySearchResultEntity]yes Short-TermThe results of the search. See EntitySearchResultEntity.
hasNextPagebooleanyes Short-TermWhether there is a next page. False indicates it's the last page.
hasPreviousPagebooleanyes Short-TermWhether there is a previous page. False indicates it's the first page.
totalResultsintegeryes Short-TermThe total number of results that matched the search query. Only pageSize elements will be returned.