action contract_p_get_setting_threshold_resource { label: "Get the scoped thresholds settings" description: "**Permission required:** read_thresholds_settings / review" provider: contract_p method: GET path: "/threshold_settings/{scope}" encoding: json input: { type: "object" properties: { "X-Fields": { type: "string" format: "mask" } default: { type: "boolean" } } additionalProperties: false } output: { type: "object" } }