# invalid_pagination_limit

> Pagination limit out of range

- HTTP status: 400
- Problem Details type: https://api.inleed.com/errors/invalid_pagination_limit

## What happened

`limit` must be an integer between 1 and 200. The default is 25.

## What to do

Send a limit inside the range, or omit it and take the default.

