Skip to main content

API - Rule Schedule

Authentication required

Before calling this API, ensure you have a valid Bearer token. See API Authentication for how to obtain one.

The Rule Schedule API provides visibility into your rules' execution schedule.

Use date to see all rules scheduled for a given day — useful for understanding what will run and when. Use rule_id to see the next upcoming execution times for a specific rule — useful for verifying a rule's schedule after configuration changes.

warning

Exactly one of date or rule_id must be provided. Supplying both or neither returns HTTP 400.


Loading ...