Is it possible to check if a list or segment has updated any profile?
When a new profile is created or even if a profile was deleted for example.
I was trying the Get List: https://developers.klaviyo.com/en/reference/get_list
I thought the "updated" attribute would do the work, but apparently, it doesn't.
It only changes when I update the List's name.
Context
I'm working on a system that imports the profiles for a given List/Segment, and we want to sync it periodically.
What I'm trying to do is to check if it has something new to sync or not.