curl --location -g --request GET 'https://www.amazon.com/ap/oa/exports/{{exportId}}' \
--header 'Amazon-Advertising-API-ClientId: {{client_id}}' \
--header 'Amazon-Advertising-API-Scope: {{profileId}}' \
--header 'Authorization: Bearer {{access_token}}' \
--header 'Accept: application/vnd.targetsexport.v1+json' \
--header 'Content-Type: application/vnd.targetsexport.v1+json'
{
"exportId": "OTZlODY4NTQtN2ZhZi00YWQwLWFmMDEtYjU4NDE0YzUwYWFhLEM",
"status": "COMPLETED",
"url": "https://snapshots-prod-us-east-1.s3.us-east-1.amazonaws.com/CAMPAIGN/amzn1.application-oa2-client.xxxxxxxxxxxxxxxxx",
"fileSize": 782,
"urlExpiresAt": "2023-09-26T16:38:44.604Z",
"generatedAt": "2023-09-26T15:38:16.609Z",
"createdAt": "2023-09-26T15:38:15.938Z"
}