get_muted_incidents
Retrieve muted security incidents with optional filter by adversary type or label. Supports pagination to manage large result sets.
Instructions
Retrieve muted security incidents from Lumu Defender with pagination support
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| adversary_types | No | Filter by adversary types. If not specified, all types are returned | |
| labels | No | Filter by label IDs. If not specified, all labels are returned | |
| page | No | Page number for pagination (0-indexed). Default: 0 | |
| limit | No | Number of items per page (default: 50, max: 100) |