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
Response
Export task accepted.
Example response
{
"object": "export"
}