Create a new scheduled run that will trigger evaluations on a recurring schedule.
The schedule is defined using either:
rate(15 minutes), rate(1 hour), rate(1 day)cron(0 9 ? * MON-FRI *) (9am weekdays)Schedules are created in an enabled state by default and will begin triggering at the next scheduled time.
API key for authentication
Human-readable schedule name
1 - 200"Voice Agent Health Check"
Run template to execute (must exist and be accessible)
^[A-Za-z0-9]{22}$"abc123def456ghi789jklm"
Schedule expression in rate or cron format.
Rate format: rate(value unit)
rate(15 minutes) - Every 15 minutesrate(1 hour) - Every hourrate(1 day) - DailyCron format: cron(minutes hours day-of-month month day-of-week year)
cron(0 9 ? * MON-FRI *) - 9am weekdayscron(0 2 ? * * *) - 2am daily200"rate(15 minutes)"
IANA timezone for cron expressions.
Examples: UTC, America/New_York, Europe/London, Asia/Tokyo
100"America/New_York"
Whether to enable the schedule immediately
true
Scheduled run created successfully
Scheduled run configuration resource.