get_closed_incidents
Retrieve closed security incidents from Lumu Defender using filters and pagination to focus on specific adversary types or labels.
Instructions
Retrieve closed 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) |