runtime_mutations
pipelines

Preview Pipeline Schedule Handler

Validate a draft schedule and return its next fire times.

Invalid drafts are a normal 200 so the editor renders the error inline while the user types, not as a failed-request toast.

post/api/pipelines/schedule/preview

Request body

cronstring required
timezonestring

Response

Successful Response

{"stackTrail":"paths:/api/pipelines/schedule/preview:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes