has api export page size param? my airbyte pipeline still broke on dayly streams sync
Mixpanel Raw Event Export API – Page Size Parameter
The Raw Event Export API (GET /export) does not have a page_size parameter. The available parameters are:
Parameter | Required | Description |
from_date | Yes | Start date (yyyy-mm-dd) |
to_date | Yes | End date (yyyy-mm-dd) |
limit | No | Max events returned (cannot exceed 100,000) |
event | No | Filter by specific event(s) |
where | No | Filter expression |
time_in_ms | No | Millisecond-precision timestamps |
The only way to limit results is via the limit parameter (max 100,000 events). [Raw Event Export API]
Regarding your Airbyte pipeline breaking on daily streams: the knowledge sources don't contain specific information about Airbyte integration issues. However, a few things worth noting from Mixpanel's side:
The Raw Export API has a rate limit of 60 requests per hour, 3 requests per second, and a max of 100 concurrent queries. Exceeding this returns a 429 error. [Raw Event Export API]
For large data volumes, it's recommended to keep each request under ~1–2 million events. [Export Date Ranges]
For Airbyte-specific troubleshooting, I'd recommend checking Airbyte's documentation or support channels, as that falls outside the scope of Mixpanel's documentation available to me.
ℹ️ Tip: Mention @kapa.ai in the thread for follow-ups or DM the app for 1-to-1 help.
