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

# Pagination

Depending on your request and the endpoint, the results in the response may be paginated. Use the following query parameters to page through the results:

| Name     | Type    | Description                                                                                                                                       |
| -------- | ------- | ------------------------------------------------------------------------------------------------------------------------------------------------- |
| `Limit`  | integer | The number of results returned per page. The default value is 100.                                                                                |
| `Offset` | integer | The index of the first object in the page. For example, if you have set a limit of 100 and want to see objects 101 through 200, then `Offset=100` |
