curl --location -g --request GET 'https://advertising-api.amazon.com/accounts/{{dspAccountId}}/dsp/reports/{{reportId}}' \
--header 'Amazon-Advertising-API-ClientId: {{client_id}}' \
--header 'Authorization: Bearer {{access_token}}' \
--header 'Accept: application/vnd.dspgetreports.v3+json' \
--header 'Content-Type: application/json'
{
"reportId": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"type": "CAMPAIGN",
"format": "JSON",
"status": "SUCCESS",
"statusDetails": "Success",
"location": "https://corvo-reports.s3.amazonaws.com/DSP_API/2022-05-25/{{reportID}}/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"expiration": "2022-05-25T18:25:18.290Z"
}