curl --location -g --request GET 'https://www.amazon.com/ap/oa/amc/reporting/{{instanceId}}/schedules' \
--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}}'
{
"schedules": [
{
"aggregationHourUtc": 14,
"aggregationPeriod": "Weekly",
"aggregationStartDay": "Monday",
"disableAggregationControls": true,
"requireSyntheticData": true,
"scheduleEnabled": true,
"scheduleId": "my-first-schedule",
"workflowId": "my-first-workflow"
},
{
"aggregationHourUtc": 14,
"aggregationPeriod": "Weekly",
"aggregationStartDay": "Monday",
"disableAggregationControls": true,
"requireSyntheticData": true,
"scheduleEnabled": true,
"scheduleId": "my-first-schedule1",
"workflowId": "my-first-workflow"
}
]
}