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

# Pagination

Some endpoints support pagination, which can be accessed via the following query parameters:

* `limit`: Number of items to return per page (default: 4)
* `offset`: Number of items to skip (default: 0)

All paginated items are sorted from newest to oldest.

Example:

```
?limit=4&offset=0
```
