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

Latest commit

 

History

History
16 lines (12 loc) Β· 892 Bytes

File metadata and controls

16 lines (12 loc) Β· 892 Bytes

Paged

Properties

Name Type Description Notes
cursor str The id at which the current (limited) search can be continued to obtain more matching items [optional]
items list[object] List of requested items [optional]
limit int [optional]
more_items bool Whether more items are available for return by increment offset or cursor [optional]
offset int [optional]
sort Sorting [optional]
total_items int An estimate (lower-bound) of the total number of items available for return. May not be a tight estimate for facet queries [optional]

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