Pagination
To efficiently handle large datasets, the Storyblok API supports pagination for all top-level resources, such as Stories, Links, and Datasource Entries.
The list API method allows two parameters, page and per_page:
| Query parameter | Description |
|---|---|
page | An integer value representing the page number to retrieve. Increase this value to receive the next page of entries. The default is set to 1. |
per_page | The number of entries per page. The default is set to 25, the maximum is 100 (1000 for datasource entries). |
Related resources
Section titled “Related resources”Get in touch with the Storyblok community