DatasetItemsPage
Index
Properties
count
Number of items in this page.
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.