get_open_incidents
Retrieve open security incidents from Lumu Defender with pagination, filtering by adversary types or labels.
Instructions
Retrieve open 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) |