Skip to main content
Solved

How can retrieve all of my events?


Forum|alt.badge.img+2
  • Contributor I

I am trying to retrieve all of my events. I understand that the metrics/timeline API only allows me to retrieve a batch of 100 events. How am I able to get the next 100 and eventually retrieve them all? 

Best answer by klaviyojad

@PLG  if you look at the api docs for the metrics-timeline  you will see there is a  since string param.

You can specify for it a UUID obtained from the next attribute of a prior API call. This essentially achieves pagination to get you the next set of results.

View original
Did this topic or the replies in the thread help you find an answer to your question?

3 replies

Forum|alt.badge.img+9
  • Klaviyo Employee
  • 54 replies
  • Answer
  • May 14, 2021

@PLG  if you look at the api docs for the metrics-timeline  you will see there is a  since string param.

You can specify for it a UUID obtained from the next attribute of a prior API call. This essentially achieves pagination to get you the next set of results.


adzviser
Contributor I
Forum|alt.badge.img
  • Contributor I
  • 1 reply
  • December 3, 2024
klaviyojad wrote:

@PLG  if you look at the api docs for the metrics-timeline  you will see there is a  since string param.

You can specify for it a UUID obtained from the next attribute of a prior API call. This essentially achieves pagination to get you the next set of results.

But this means that we will have to call https://a.klaviyo.com/api/events? sequentially with different page cursors, correct? It will take a long time for it to get all the events if there are lots of events. 


chloe.strange
Community Manager
Forum|alt.badge.img+41
  • Community Manager
  • 426 replies
  • December 27, 2024

Hi ​@adzviser

Can you provide a little more information on what you are looking to accomplish by pulling all of this data? This will be helpful for solutioning. I also wanted to call out that this is the updated link you should be looking at: https://developers.klaviyo.com/en/reference/get_events

What was shared above is now deprecated. 

~Chloe