Hello everyone,
I am using the Klaviyo API to tie into our ERS/Work Management System and while using Get Segment Profiles ( https://developers.klaviyo.com/en/reference/get_segment_profiles ) we page through the results 100 at a time (max) using cursor to offset our position on each call until complete.
This all works fine except we are receiving 4.6k profiles out of the Segment but on klaviyo itself via lists and segments we should have about 5.4k profiles to pull. Given you cannot duplicate an email address and taking into account suppressed profiles the amounts still do not match.
I have went through grabbing the segment profiles manually page by page to check and we still end up with the same shortfall amount where the last page does not provide a further cursor position thus is complete.
Am I missing something or are others having the same issue?