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

# Pagination

To ensure optimal performance and efficient retrieval, we've implemented pagination for file fetching. This means results are delivered in manageable sets of 30 files per page.&#x20;

To access specific pages, simply append the desired page number as a query parameter to the following endpoint:

```
/recent-files?page=1
```
