Get Export Job Download Key
Returns a time-limited download URL for the CSV file produced by a completed export job. Notes:
- Only call this endpoint after confirming that
GET /visualization/flow-exports/exports/{export-id}returnsstatus: COMPLETED. - The download URL expires after 60 minutes. Call this endpoint again to obtain a fresh URL.
ID of export job to update
Key to download a file.
{
"download_url": "https://<ssp_host>/intelligence/visualization/download/export-flow/61dbd809-c892-4475-9a3e-a7c15efa42b7/computeflows1.csv?<download_key>"
}
Fully formatted URL to the download
Invalid input
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Unauthorized
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Forbidden
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Precondition Failed
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Precondition Required
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Too Many Requests
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
curl -X POST -H 'Authorization: <value>' https://{api_host}/intelligence/visualization/flow-exports/exports/{export-id}/get-download-key