Hello – I’m using the on-premise events API to pull events in order to do some additional in-depth analysis on errors. It appears from the issues API that the first component of the cursor is a date stamp, and it functions as such. This does not appear to be the case with the cursor parameter on the events API. No matter what properly formatted date stamp I supply I always get the same response back, that being the cursor for the first 100 events. The previous and next link values reflect this, as in this real example:
Request: https://sentry..com/api/0/projects///events/?cursor=1584059169:0:0
LINK header returned: Link <http://sentry..com:9000/api/0/projects///events/?&cursor=0:0:1>; rel=“previous”; results=“false”; cursor=“0:0:1”, <http://sentry..com/api/0/projects///events/?&cursor=0:100:0>; rel=“next”; results=“true”; cursor=“0:100:0”
I have tried all manner of permutations of the cursor, to no avail. So, it doesn’t grok dates the way the issues API does? Is that a known issue, or am I misrepresenting the cursor? Any suggestions/comments would be appreciated.
This is a very interesting tool! I hope to see it continue to grow. Thank you.