list_breached_slas
Identify SLA instances that have breached or are at risk within a time window, filtering by task table, breach status, and minimum business 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) |