9.1.2: limit on events api

Hello,
since we updated from 9.1.1 to 9.1.2 the result of the events api is limited to 100 events
(https://docs.sentry.io/api/events/get-group-events/) .
Is there an option to change the limit to unlimited?

Hi! Not sure which commit may have caused this change as I couldn’t find anything directly related. That said I’d say this was an oversight and I don’t think we’ll ever have any API endpoints that would allow unlimited responses, by-passing paging.

What BYK suggested is true. There’s intentional caps on all API responses to ensure things are bounded. If there’s an API response thats uncapped/unpaginated, its because its expected to be a fixed size, or its an oversight. Most will have a 100-per-page by default, and generally the maximum response size is 1000 items.

Can we use API to get more than 1000 items?