Skip to main content
Solved

Which API For List and Flow Metrics?

  • November 26, 2024
  • 1 reply
  • 16 views

Forum|alt.badge.img
  1. Are we able to pull in list information? i.e. growth over time. I only see API metrics for segments.
  2. Are we able to pull flow metrics? i.e. see the open rates on all emails in a “welcome series” flow.
    1. Looks like it could be in here? https://developers.klaviyo.com/en/reference/query_flow_series

Best answer by saulblum

For (1), not currently. You could call Get Events for the Subscribed to List metric (using a metric_id filter), and optional time frames, and then fetch the event property with the list ID and generate your own growth data.

You could also create a segment of all profiles in a given list and then going forward, use the API to track membership in that segment. But that wouldn’t work for past profiles who’d joined the list.

For (2), yes, use the reporting API: https://developers.klaviyo.com/en/reference/reporting_api_overview#flows

 

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

1 reply

Forum|alt.badge.img+7
  • Klaviyo Employee
  • 168 replies
  • Answer
  • November 26, 2024

For (1), not currently. You could call Get Events for the Subscribed to List metric (using a metric_id filter), and optional time frames, and then fetch the event property with the list ID and generate your own growth data.

You could also create a segment of all profiles in a given list and then going forward, use the API to track membership in that segment. But that wouldn’t work for past profiles who’d joined the list.

For (2), yes, use the reporting API: https://developers.klaviyo.com/en/reference/reporting_api_overview#flows