Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 745 Bytes

File metadata and controls

13 lines (9 loc) · 745 Bytes

SortableSearchRequest

Properties

Name Type Description Notes
limit int The number of results to return. Default: 100, Maximum allowed: 1000 [optional]
offset int The number of results to skip before returning values. Default: 0 [optional]
query list[SearchQuery] A list of queries by which to limit the search results. Entities that match ALL queries in the list are returned [optional]
sort Sorting [optional]

[Back to Model list] [Back to API list] [Back to README]