Skip to main content

API - Rule Rerun

The Rule Rerun API allows triggering the execution of specific scheduled rules for a past date.

Important

execution_date must be in the past and cannot be more than 30 days old (default limit).

Current-day and future dates are not allowed for rerun requests.

info
  • Rule Scheduling: Rule execution is determined by the scheduled day configured within the detection rules. For example, if the rerun endpoint is called with the "date" set as 22nd of November, it will process the requested live rules scheduled to run on November 22nd, irrespective of the time of day.
  • Multiple Reruns: Reruns for a valid past date can be requested multiple times and will always reprocess the requested rules, subject to guardrails.
  • Schedule Enforcement: A rule that is not scheduled for the specified date will not execute regardless of how many times the rerun is requested.

Response Details

The response includes two lists:

  • accepted_rules: Rules that will be executed for the given execution_date.
  • rejected_rules: Rules that will not be executed. Each rejection includes a reason - review these carefully.

Loading ...