Get rule change history
Rules
Get rule change history
Retrieve the audit trail of changes for a specific rule.
GET
Get rule change history
Returns the audit trail of changes for a specific rule. Each entry records aDocumentation Index
Fetch the complete documentation index at: https://docs.scrip.dev/llms.txt
Use this file to discover all available pages before exploring further.
change_type, a timestamp, who made the change, and a snapshot of the full rule at that point in time. The changes object highlights which fields were modified.
Use change_type to filter results: created, updated, archived, suspended, or activated. Use from and to (RFC 3339) to narrow results to a specific time window.
For usage patterns and examples, see the Writing Rules guide.
Authorizations
API key passed in the X-API-Key header.
Path Parameters
Rule ID
Query Parameters
Filter by change type
Available options:
created, updated, archived, suspended, activated Start of time window (RFC 3339)
End of time window (RFC 3339)
Maximum number of results (default 20, max 100)
Required range:
x >= 1Pagination cursor from previous response