Hi, I was using the API in order to get all the events from an issue but the problem is that I can only get 100. And those are the last ones.
I already tried to use the pagination docs but if I try to use it in any way I get a 404 not found.
This is the endpoint I’m using: https://sentry.io/api/0/issues/{issue_id}/events/
It’s any way to get a paginated JSON or all the events from an endpoint?
Cheers!