Get a concrete report schedule given it's id.
Report Schedule.
A report schedule represents a configuration for the periodic execution of a report based on a concrete report template with concrete parameter values in scope of a given account.
Report template.
Is used to represent template attached to this report
Report Schedule Trigger details.
A report schedule trigger provides information about report execution trigger. frequency -- frequency of the schedule, one of: daily | weekly | monthly. time -- time of the day in UTC report has to be executed (best-effort approach). day_of_week -- day of the week trigger is executed. 1-7: Can be null. In case if the frequency is daily, this is ignored. 1 - Monday, 7 - Sunday. day_of_month -- day of the month trigger is executed. 1-31: can be null. In case if the frequency is daily, this is ignored. If current month has no day number set (i.e. February has no day #31) -- report is not executed this month.
Report Schedule Stats.
A report schedule stats provides information about report executions based on this schedule. total_executions -- total amount of report executions based on this schedule, average_execution_time -- average execution time of the report based on this schedule.