get schedule
Path parameters
Query parameters
When true, overlay the authed user's draft (if any) onto the deployed payload.
Response
schedule deleted
The unique Windmill path for this schedule. Must be of the form u/<user>/<path> or f/<folder>/<path>.
Username of the last person who edited this schedule
Timestamp of the last edit
Cron expression with 6 fields (seconds, minutes, hours, day of month, month, day of week). Example '0 0 12 * * *' for daily at noon
IANA timezone for the schedule (e.g., 'UTC', 'Europe/Paris', 'America/New_York')
Whether the schedule is currently active and will trigger jobs
Path to the script or flow to execute when triggered
True if script_path points to a flow, false if it points to a script
The arguments to pass to the script or flow
Additional permissions for this schedule
Email of the user who owns this schedule, used for permissioned_as
The user or group this schedule runs as (e.g., 'u/admin' or 'g/mygroup')
Last error message if the schedule failed to trigger
Path to a script or flow to run when the scheduled job fails
Number of consecutive failures before the on_failure handler is triggered (default 1)
If true, trigger on_failure handler only on exactly N failures, not on every failure after N
The arguments to pass to the script or flow
Path to a script or flow to run when the schedule recovers after failures
Number of consecutive successes before the on_recovery handler is triggered (default 1)
The arguments to pass to the script or flow
Path to a script or flow to run after each successful execution
The arguments to pass to the script or flow
If true, the workspace-level error handler will not be triggered for this schedule's failures
Short summary describing the purpose of this schedule
Detailed description of what this schedule does
If true, skip this schedule's execution if the previous run is still in progress (prevents concurrent runs)
Worker tag to route jobs to specific worker groups
ISO 8601 datetime until which the schedule is paused. Schedule resumes automatically after this time
Cron parser version. Use 'v2' for extended syntax with additional features
Path to a script that validates scheduled datetimes. Receives scheduled_for datetime and returns boolean to skip (true) or run (false)
True when this row is a per-user draft with no deployed schedule at the same path. Frontend renders a "Draft" badge.
True when the authed user has a per-user draft at this path (over a deployed row or a synthesized draft-only row). Frontend appends a * to the displayed name.
Labels inherited from the parent folder, computed at read time. Read-only — edit them on the folder.