latestSwagger 2.02026-08-10148196271.0 KB
afaab604b58c
export
Start export
Start a data export. The export processes as a background job. Use the "Get export files" endpoint to check export status by <code>jobId</code> and obtain file download links.<br/><br/><b>Rate limit</b>: 1 request/second, per organization. <br/><b>Concurrent request limit</b>: Up to 4 exports process at a time, per organization. Additional requests are queued.
post/api/export/start
Request body
Example request
{
"delimiter": ","
}Response
successful operation
Example response
{
"jobId": 3562
}