> ## Documentation Index
> Fetch the complete documentation index at: https://docs.inflection.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Pagination

> 1-based pages on every list endpoint.

| Query param   | Default | Notes                    |
| ------------- | ------- | ------------------------ |
| `page_number` | 1       | 1-based page index.      |
| `page_size`   | 20      | Items per page; max 200. |

Paged responses echo the window under `pagination` (`pageNumber`, `pageSize`, `totalElements`, `totalPages`).
