CreateScheduledReportScheduleInput is an input datatype for creating a schedule by which to run a report. It's used by the CreateScheduledReportInput datatype, which in turn is used by the createScheduledReport() mutation field.

Table: CreateScheduledReportScheduleInput

ParameterTypeRequiredDefaultStabilityDescription
Some input parameters may be required, as indicated in the Required column. For return values, this indicates that you are assured a value if the field is requested for the results.
Table last updated: Sep 17, 2024
cronExpressionstringyes Long-TermThe cron pattern describing the schedule on which to execute the report.
endDatelong  Long-TermAn optional end date of the active period of the schedule.
startDatelongyes Long-TermThe start date of the active period of the schedule.
timeZonestringyes Long-TermThe timezone of the schedule (e.g., UTC, Europe/Copenhagen).