DatasetItemsPage
Index
Properties
count
Number of dataset rows the API scanned for this page, or the number of items returned when that is larger.
desc
Whether the items are sorted in descending order.
items
List of dataset items. Each item is a JSON object (dictionary).
limit
The limit that was used for this request.
offset
The offset of the first item in this page.
total
Total number of items in the dataset.
A page of dataset items returned by the
list_itemsmethod.Dataset items are arbitrary JSON objects stored in the dataset, so they cannot be represented by a specific Pydantic model. This class provides pagination metadata along with the raw items.