Skip to main content
GET
/
admin
/
export
/
download
/
{exportJobId}
Download Export File
curl --request GET \
  --url https://cdn.tailoredd.com/apiV2/admin/export/download/{exportJobId}
{
  "success": true,
  "data": {}
}
GET {BASE_URL}/admin/export/download/{jobId}
Follow the 302 redirect or extract the Location header to download the CSV directly.

Response

HTTP/1.1 302 Found
Location: https://storage.googleapis.com/reviewflow-exports/export_abc123.csv?GoogleAccessId=...&Expires=...&Signature=...

Headers

Authorization
string

Path Parameters

exportJobId
string
required

Response

Successful response

success
boolean
required
Example:

true

data
object