Schedule is a datatype for the schedule properties of a scheduled report.

This datatype is used by the datatype, ScheduledReport, which is used by the createScheduledReport() and updateScheduledReport() mutation fields. It's also used by the ScheduledReportEntry datatype, which leads to other datatypes and ultimately to the entitiesPage() and entitiesSearch() query fields.

Table: Schedule

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: Mar 17, 2025
cronExpressionstringyes Long-TermCron pattern describing the schedule on which to execute the report.
endDatelong  Long-TermOptional end date of the active period of the schedule.
startDatelongyes Long-TermStart date of the active period of the schedule.
timeZonestringyes Long-TermTimezone of the schedule. Examples include UTC, Europe/Copenhagen.