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

# Pagination

All API endpoints returning a list of items require pagination. The `limit` and
`offset` query parameters control the number of items returned and the starting
point of the list, respectively.

By default, the limit is 20 items. You can adjust the `limit` query parameter
to specify the desired number of items, up to a maximum of 100 items per request.
