UpdateScheduledReportScheduleInput is an input datatype for updating the schedule by which to run a report. It's used by another datatype, UpdateScheduledReportInput, which is used by the updateScheduledReport() mutation field.

Table: UpdateScheduledReportScheduleInput

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: Jul 25, 2025
cronExpressionstringyes Long-TermThe cron pattern describing the schedule on which to execute the report.
endDatelong  Long-TermThe 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+2, or Europe/Copenhagen).