Get Custom Rule
get_custom_ruleRetrieve custom rule details by UUID: name, tag-slug, type, config, target, and active flag. For combo rules, config may include match_scope key.
Instructions
Get one custom rule by UUID with name, tag-slug, type, config object, target, active flag. For rule_type='combo' the returned config may carry the rule-level key match_scope ("scan" = count conditions across the whole scan, "url" = every condition must be satisfied by tags on the same link). Resend it verbatim when updating: update_custom_rule replaces config wholesale, so dropping the key reverts the rule to whole-scan matching.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rule_id | Yes | Rule UUID. |