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

# Pagination

> Pagination in the API

The API comes with pagination support. This allows you to split large result sets into individual pages.

You can query the list endpoints with limit and offset GET parameters

```bash theme={null}
/api/bills?limit=10&offset=0
```
