Im trying to paginate through the results from the API call
https://a.klaviyo.com/api/v1/metric/******/timeline?api_key=******
This call works fine and I take the “next” value at the end of the results above and run it, but it does not continue on in a descending manner. A majority of the values are repeated even if I continue to use the Next value that is generated?
https://a.klaviyo.com/api/v1/metric/*****/timeline?next=1654608790-*****&api_key=******
The “next” result becomes 1654608813 which is a unix timestamp that is higher then the previous next.
Am I misunderstanding the process?