---
title: "Create export (async)"
method: POST
path: "/exports"
tags: ["Exports"]
---

# Create export (async)

`POST /exports`

Creates a new data export task. Returns 202 Accepted with a Location
header pointing to the status endpoint. Exports are project-scoped
and require the RAW_DATA_ACCESS feature.

## Request body

- object
  - `from_timestamp` integer — Unix timestamp for export start.
  - `to_timestamp` integer — Unix timestamp for export end.
  - `platform` string — Platform filter (e.g. iOS, Android).

## Response `202`

Export task accepted.

- object
  - `object` string
  - `id` string
  - `url` string

## Other responses

- `400` — Invalid request
- `401` — Unauthorized
- `403` — Feature not available
- `404` — Not found
- `415` — Unsupported Content-Type
- `429` — Rate limited
- `500` — Internal error
- `502` — Storage error
- `504` — Upstream timeout

---

[API](https://skmtc.net/qonversion/apis/qonversion-rest-api-v4.md) · [All operations](https://skmtc.net/qonversion/apis/qonversion-rest-api-v4/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/qonversion/qonversion-rest-api-v4/versions/e3f72cf8951c/schema)
