cURL
curl --request GET \ --url https://{instance}.domo.com/api/content/v1/reportschedules/{scheduleId} \ --header 'X-DOMO-Developer-Token: <api-key>'
{ "id": 123456, "reportViewId": 789012, "pageId": 345678, "title": "Monthly Sales Report", "schedule": { "frequency": "MONTHLY", "daysToRun": "1", "hourOfDay": 9, "minOfHour": 0, "timezone": "America/New_York", "enabled": true } }
ID of the schedule to retrieve
OK
Show child attributes