latestOpenAPI 3.1.02026-08-20263333766.3 KB

d56798d2b3b3

Data Export

Get the status / download URL of an export

Poll an export started by POST /v2/data-export. While it runs the status is processing; on success the result carries a short-lived presigned download_url; on failure the error explains why (e.g. the org is too large for the self-service export). Only exports of your own organization are visible.

get/v2/data-export/{task_id}

Path parameters

task_idstring required

The export task id from the POST response

The export task id from the POST response

Response

Successful Response

task_idstring required

The unique id of the task.

status'processing' | 'success' | 'failure' | 'cancelled' required

An enumeration.