Data Exports
Start Data Export
Start processing a data export that has completed credit calculation. This will begin the actual export process and charge credits.
post/api/data-exports/{data_export_id}/start
Response
Success
Example response
{
"data": {
"id": "data_export_abc123xyz789",
"status": "pending",
"message": "Data export has been started."
},
"_meta": {
"_credits": {
"used": 0,
"balance": 9500,
"note": "Always"
},
"_cache": {
"is_cached": false,
"note": "Cache disabled for this endpoint"
},
"_rate_limits": {
"limit_minute": 60,
"limit_day": null,
"remaining_minute": 56,
"remaining_day": null,
"notice": ""
}
}
}