v1

latestOpenAPI 3.0.32026-07-26120117318.1 KB
Exports

Create export (async)

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.

post/exports

Request body

from_timestampinteger

Unix timestamp for export start.

to_timestampinteger

Unix timestamp for export end.

platformstring

Platform filter (e.g. iOS, Android).

Response

Export task accepted.

objectstring
idstring
urlstring

Example response

{
  "object": "export"
}