Yes, check `limit_hits` > Maximum number of h...
# community-help
k
Yes, check
limit_hits
Maximum number of hits that can be fetched from the collection. Eg:
200
page * per_page
should be less than this number for the search request to return results.
Default: no limit
You'd typically want to generate a scoped API key with this parameter embedded and use that API key to perform the search, so it's automatically applied and can't be changed at search time.