I am with an agency using Klaviyo for multiple accounts, and we are working to build out more consolidated reporting by querying the Klaviyo API.
One of our ongoing metrics is the list / segment size. As far as I can tell, the only way to do that through the current API is to query all the way through the current list or segment members (e.g. /v2/group/LIST_OR_SEGMENT_ID/members/all).
Does anyone know if there is a simpler/quicker/less taxing way to get this number? And if not is there an enterprising Klaviyo API Dev/Product Manager who wants to cut down on the number of API requests I need to make daily . I was hoping it would just be an aggregate number tacked onto v2/list/LIST_ID
Thanks!
Nikolaj
Bonus Points if I could somehow get this as a historical value (e.g. to track list size historically) through metrics..