Test a cron expression
Request body
| Field | Type | Required | Description |
|---|---|---|---|
cron | string | Yes | Cron expression to test, such as 0 * * * *. |
wait_time_minutes | number | Yes | Wait time in minutes for the check-in window. |
timezone | string | No | Timezone for evaluation, such as Europe/Amsterdam. Defaults to UTC. |
timestamp | number | No | Unix timestamp to evaluate against. Defaults to the current time. |
Response
Returnsnow (the timestamp used for evaluation), next_start (the next
scheduled start), and next_end (the next scheduled end, which is the start plus
the wait time). If the expression is invalid, error contains the reason and the
schedule fields are absent.