export/impressions status
GET/export/impressions/{export_id}
Get an impression export status and a short-lived download URL when ready. Requires the reports:read permission.
cURL
curl -X GET "https://provisioning.cloudx.io/api/v1/export/impressions/{export_id}" \
-H "Authorization: Bearer $CLOUDX_API_KEY"
Responses
Export status.
{
"export_id": "<string>",
"status": "processing",
"url": "<string>",
"expires_at": "<string>"
}
404 Export not found for this account.
500 Internal server error.