curl --location -g --request GET 'https://advertising-api.amazon.com/amc/reporting/{{instanceId}}/workflowExecutions?minCreationTime=&maxCreationTime=&timeZone=&workflowId=my-first-workflow&includeWorkflow=false' \
--header 'Amazon-Advertising-API-ClientId: {{client_id}}' \
--header 'Amazon-Advertising-API-MarketplaceId: {{marketplace_id}}' \
--header 'Amazon-Advertising-API-AdvertiserId: {{advertiser_id}}' \
--header 'Authorization: Bearer {{access_token}}'
{
"executions": [
{
"availableTimeBeforeWindowSecs": 0,
"createTime": "2024-09-25T03:11:52Z",
"dataGaps": [],
"disableAggregationControls": false,
"executionCategory": "AD_HOC",
"executionTime": 55,
"expireTime": "2024-09-26T03:11:52Z",
"ignoreDataGaps": false,
"invalidationOffsetSecs": 266400,
"lastUpdatedTime": "2024-09-25T03:14:42Z",
"outputColumns": [
{
"columnType": "DIMENSION",
"dataType": "STRING",
"name": "advertiser"
},
{
"columnType": "DIMENSION",
"dataType": "STRING",
"name": "campaign"
},
{
"columnType": "METRIC",
"dataType": "DOUBLE",
"name": "spend"
},
{
"columnType": "METRIC",
"dataType": "LONG",
"name": "impressions"
},
{
"columnType": "DIMENSION",
"dataType": "LONG",
"name": "reach"
}
],
"outputS3URI": "N/A",
"parameterValues": {},
"status": "SUCCEEDED",
"timeWindowEnd": "2024-01-25T05:00:00Z",
"timeWindowEndOriginal": "2024-01-25T00:00:00",
"timeWindowStart": "2024-01-20T05:00:00Z",
"timeWindowStartOriginal": "2024-01-20T00:00:00",
"timeWindowTimeZoneOriginal": "America/New_York",
"validatedTime": "2024-09-25T03:11:54.792Z",
"waitUntil": "2024-09-25T02:11:52Z",
"workflowExecutionId": "b3a77999-7c8e-4289-9bf9-5da8f178536c",
"workflowExecutionTimeoutSeconds": 21600,
"workflowId": "my-first-workflow"
}
]
}