alert_list
List defined alert rules with optional name filtering and result limits, returning alert IDs and details for further inspection.
Instructions
[READ] List defined Log Insight alerts.
name_filter = optional case-insensitive substring on alert name. limit = max results (default 50). target = target name from config. Returns the family list envelope {items, returned, limit, total, truncated, hint}; each item is {id, name, enabled, info}. Start here, then pass an id to alert_get or alert_history. total is the real count matching name_filter, so truncated answers whether more exist; raise limit or narrow name_filter when true. Read-only — this skill never creates/edits/deletes alerts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| target | No | ||
| name_filter | No |