Skip to main content
Base URL: http://localhost:3100

List schedules for a task

Example

Create a schedule

string
required
Schedule type: one_time, interval, weekly, monthly
string
ISO 8601 datetime for one-time schedules
number
Repeat interval in days (for interval type)
number
Day of week 0-6 (for weekly type)
number
Day of month 1-31 (for monthly type)
string
Time of day in HH:MM format (for weekly and monthly)
Example — one-time
Example — interval

Update a schedule

Delete a schedule

Example