curl --request GET \ --url 'https://data.mixpanel.com/api/2.0/export?from_date=2025-09-16&to_date=2025-09-16&event=%5B%22download_data%22%5D&where=properties%5B%22%24time%22%5D%20%3E%3D%20datetime%28%222025-04-18T00%3A00%3A00%22%29' \ --header 'accept: text/plain' \ --header 'authorization: Basic <secret>'
Can u please modify this curl request to adjust the above where filter ?
Please help me out.
{"event":"sample_event","properties":{"time":1755781642, ...}}
The above is the response structure of the GET https://data.mixpanel.com/api/2.0/export I want to apply the where parameter as properties["time"] > 1755781600, but response is not expected and the response says OK only with status code 200.
Thanks, does mix panel support notifications every time the event is ingested ( not necessarily the event has to be new and unique) ?
kapa.ai I want to get notiofied when an event is registered, not necessarily it has to be uniquely new
I want to get notiofied when an event is registered, not necessarily it has to be uniquely new
kapa.ai How can I acheive this using pooling strategy ?
How can I acheive this using pooling strategy ?