Skip to content

Latest commit

 

History

History
16 lines (12 loc) Β· 927 Bytes

File metadata and controls

16 lines (12 loc) Β· 927 Bytes

HistoryResponse

Properties

Name Type Description Notes
items list[HistoryEntry] List of requested items [optional]
offset int [optional]
limit int [optional]
cursor str The id at which the current (limited) search can be continued to obtain more matching items [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]
more_items bool Whether more items are available for return by increment offset or cursor [optional]
sort Sorting [optional]

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