# Pagination limitations

We fetch records using pagination. Please comply with the following limitations regarding that:

<table><thead><tr><th width="236">Limitation</th><th>Description</th></tr></thead><tbody><tr><td>Minimum page</td><td>Each page starts at <code>0</code>. Defaults to <code>0</code> if <code>page</code> is not provided.</td></tr><tr><td>Maximum perPage</td><td>Each page size must not exceed <code>50</code> records (larger numbers will default to <code>50</code>)</td></tr></tbody></table>
