rule type
, name
, description
, urgency level
, and assigned responders (e.g., teams).The response is grouped into two scopes:
team
and organisation
, showing rules defined at different levels of your environment.Use cases:
- Ruleset overview — View all active rules that determine how incidents are created from incoming events.
- Responsibility auditing — Check which teams are assigned to respond when a specific rule is triggered.
- Urgency validation — Review urgency settings to ensure incidents are prioritized appropriately based on rule definitions.
Authorization: Bearer YOUR_TOKEN
Expected Behavior:
- On success, the system will return ruleset data for both team and organization.
- If the request is unauthorized, the system will return an authentication error message.