Returns a paginated list of values in a dataset.
Returns a paginated list of values in the dataset, sorted alphabetically. Path parameters:Documentation Index
Fetch the complete documentation index at: https://docs.allium.so/llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
dataset_id | Dataset ID |
| Parameter | Default | Description |
|---|---|---|
cursor | null | Pagination cursor from a previous response |
limit | 10000 | Number of values per page (1-500,000) |
| Field | Description |
|---|---|
values | Array of values in the current page |
cursor | Cursor for the next page, null if no more pages |
total_count | Total number of values in the dataset |
cursor field to paginate through the full dataset: