> ## Documentation Index
> Fetch the complete documentation index at: https://hilos-40.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Pagination

Pagination within Hilos API is done using the `page` and `page_size` query parameters. The `page` parameter is used to specify the page number, and the `page_size` parameter is used to specify the number of items per page.

<ParamField body="page" type="integer">
  The page number to retrieve.
</ParamField>

<ParamField body="page_size" type="integer">
  The number of items per page.
</ParamField>
