- Type:
integer
- Default:
1,000
- Scope:
settings
paginationLimitedTo
parameter defines the maximum number of results that can be accessed using pagination.
This limit applies to all paginated queries using page
and hitsPerPage
.
For example, if set to 1000
, records beyond the 1000th hit won’t be accessible.
Usage
- Increasing the limit can impact performance. Only raise it if needed.
- A lower limit can help prevent full data scraping.
- Sorting beyond the default 1,000th hit isn’t guaranteed.
Example
Current API clients
Current API clients
Legacy API clients
Legacy API clients