Skip to content

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 parameterDescription
pageAn 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_pageThe number of entries per page. The default is set to 25, the maximum is 100 (1000 for datasource entries).