action contract_p_get_rule_config_resource { label: "Get scoped rule config" description: "**Permission required:** edit_predictor_settings" provider: contract_p method: GET path: "/rule_config/{scope}" encoding: json input: { type: "object" properties: { "X-Fields": { type: "string" format: "mask" } } additionalProperties: false } output: { type: "object" } }