> For the complete documentation index, see [llms.txt](https://docs.sendstackhq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sendstackhq.com/the-basics/pagination.md).

# Pagination

All GET request endpoints which return a list of items (e.g list of deliveries, list of partners) will be paginated with the following default fields:&#x20;

limit: 15&#x20;

page: 1

You can add these fields as query parameters to change the settings&#x20;
