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 arguments may be required, as indicated in the Required column. For return datatypes, this indicates that you must specify which fields you want returned in 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).