Skip to main content

TM Rule Execution – Changed

The Rule Execution and Rule Execution Status APIs are now subject to per-tenant rate limits.

Affected endpoints

  • POST /api/rules/execute — 30 requests per minute per tenant
  • GET /api/rules/status/{execution_id} — 120 requests per minute per tenant

Details

Requests over the limit receive an HTTP 429 response with a Retry-After header.

See API Rate Limits for general details on how Fenergo applies rate limiting.