Get a Rule

Fetches a specific rule by its ID.

Path parameters

ruleIdstringRequired
Identifier of the rule.

Response

Rule details.
idstring or null
Unique identifier for the rule.
namestring or null
Name of the rule.
conditionslist of objects or null
actionslist of objects or null
createdAtdatetime or nullDefaults to 1970-01-01T00:00:00.000Z
Timestamp when the rule was created.
updatedAtdatetime or nullDefaults to 1970-01-01T00:00:00.000Z
Timestamp when the rule was last updated.

Errors