list_breached_slas
Find ServiceNow SLA records that have breached or are at risk, with options to filter by task table and minimum completion percentage.
Instructions
List SLA instances that have breached or are at risk within a window (task_sla)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max records (default 50) | |
| breached | No | true = already breached; false = at-risk/in-progress (default true) | |
| sla_table | No | Filter to a task table (e.g. "incident") via task.sys_class_name | |
| min_percentage | No | For at-risk: minimum business_percentage (e.g. 80) |