SearchResult is a datatype for a search result.

This datatype is used by both the entitiesPage() and entitiesSearch() query fields.

Table: SearchResult

ParameterTypeRequiredDefaultStabilityDescription
Some input parameters may be required, as indicated in the Required column. For return values, this indicates that you are assured a value if the field is requested for the results.
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.