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.
  • Force Flag: Reruns for a valid past date can be requested multiple times with force, but force does not bypass guardrails.
  • The force flag cannot override a rule's schedule. If a rule is not scheduled for the specified date, it will not execute regardless of the force setting.

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 ...