---
title: "Download Data"
method: GET
path: "/export"
tags: ["Export"]
---

# Download Data

`GET /export`

Every data point sent to Mixpanel is stored as JSON in our data store. The raw export API allows you to download your event data as it is received and stored within Mixpanel, complete with all event properties (including distinct_id) and the exact timestamp the event was fired.
The raw export API has a rate limit of 60 queries per hour, 3 queries per second, and a maximum of 100 concurrent queries. If you exceed the rate limit, a 429 error will be returned.

## Query parameters

- `project_id` integer
- `from_date` string, required
- `to_date` string, required
- `limit` integer
- `event` string
- `where` string
- `time_in_ms` boolean

## Headers

- `Accept-Encoding` 'gzip'

## Response `200`

Success. The returned format is one event per line where each line is a valid JSON object, but the full return itself is JSONL.

---

[API](https://skmtc.net/mixpanel/apis/query-api.md) · [All operations](https://skmtc.net/mixpanel/apis/query-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mixpanel/query-api/revisions/f442da95252a/schema)
