Skip to main content
  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

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

 


Reply