I am refering to this api call
https://automattic.github.io/jetpack-crm-api-docs/#view-events
The documentation says that
“Retreives a list of the last 20 Events generated by the CRM owner. This is useful if you want to display recent events.”
But when we call that endpoint, it brings the first ones in ascending order.
So always “id”: “1” will be the first one
Shouldn’t it be returning them with descending order to always get the latest ones?
So in your example, try to add 13 instead of 3 and make the call. It will return the first 10, instead of the last 10