Severity Rules
List severity rules
List the severity rules currently active for the workspace. These rules determine how incident severity is automatically assigned. Use the rule id to correlate with the severity_rule_id field on incidents.
get/v1/severity-rules
Response
List of Severity Rules
Example response
[
{
"id": 42,
"name": "Default Rule",
"description": "Applies high severity to all internal incidents",
"severity": "high",
"scope": "internal"
}
]