Issues Exporting Large Data with Mixpanel API Pagination
Eric N. kapa.ai Hello Team I was tying to export data where the data is huge and per day event count exceeds. That's why i was trying to do it using pagination at day level and for that i trued using where query param of export API but as soon as whre condition is specified it doesn't return any data
curl --location --globoff 'https://data.mixpanel.com/api/2.0/export?project_id=XXXXXX&from_date=2024-05-01&to_date=2024-05-14&time_in_ms=true&where=properties[%22time%22]%20%3C%201715449195&limit=1' \
--header 'Authorization: ••••••'