Hello @PC Sanders,
Welcome to the Klaviyo Community!
I’ll leave it to other Community members to see if they can provide any additional suggestions on a third-party tool.
Natively within Klaviyo however, you can leverage the https://a.klaviyo.com/api/v2/group/{list_or_segment_id}/members/all
endpoint to get more details from a list or segment via our API. You can find an example of this from our Get List and Segment Members API Reference within our Developer’s Portal. Depending on how tech savvy you were, you could create a script as a means to hit this endpoint on a period cadence when you need that data exported.
One limitation of this endpoint that I will point out is the inability to get the counts of members in the list or segment as my colleague @Dov pointed out in the Community post below:
I hope this helps!
David
Hello @PC Sanders,
Welcome to the Klaviyo Community!
I’ll leave it to other Community members to see if they can provide any additional suggestions on a third-party tool.
Natively within Klaviyo however, you can leverage the https://a.klaviyo.com/api/v2/group/{list_or_segment_id}/members/all
endpoint to get more details from a list or segment via our API. You can find an example of this from our Get List and Segment Members API Reference within our Developer’s Portal. Depending on how tech savvy you were, you could create a script as a means to hit this endpoint on a period cadence when you need that data exported.
One limitation of this endpoint that I will point out is the inability to get the counts of members in the list or segment as my colleague @Dov pointed out in the Community post below:
I hope this helps!
David
Hi David!
Thanks so much for your response. I would have to look into that as it may be a bit out of my scope of knowledge, but sure worth a try. Thank you for sharing.
Christina