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