Skip to main content
Question

Max limit value to paginate the next page.

  • April 19, 2025
  • 1 reply
  • 51 views

Forum|alt.badge.img+4

Hi,

For the V2 API, what is the max page limit we can pass?, I tried 100000000000000000 it works. Is there any max limit or we can pass whatever value we need?

I saw this post - 


The response is just addresses the infinite loop bug but doesnt explain if there is a max limit or not?

Thanks

This post has been closed for comments

1 reply

hussain
RevenueCat Staff
Forum|alt.badge.img+6
  • RevenueCat Staff
  • April 24, 2025

Hi there 👋

Great question!

While the V2 API doesn't enforce a strict maximum on the limit query parameter you can pass, the API will only return a maximum of 100 items per page, regardless of the value you provide. So even if you pass a very large number, like 100000000000000000, the actual response will be capped at 100 items.

Hope this helps!

Best,

Hussain