Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://cdn.tailoredd.com/apiV2/admin/export/status/{exportJobId}
{ "success": true, "data": {} }
Poll the status of a review export job to determine when the CSV is ready for download.
GET {BASE_URL}/admin/export/status/{jobId}
{ "success": true, "data": { "jobId": "export_abc123", "status": "completed", "rowCount": 4821, "createdAt": "2026-04-20T10:00:00Z", "completedAt": "2026-04-20T10:02:15Z" } }
Successful response
true
Was this page helpful?