defender_list_incidents
List Microsoft Defender XDR incidents to review grouped alerts across endpoints, identity, email, and cloud apps. Use OData filters to find specific incidents before investigating further.
Instructions
List incidents from Microsoft Defender XDR. Incidents group related alerts from all Defender workloads (endpoint, identity, email, cloud apps) into one attack story. Supports OData filtering with Graph camelCase values, e.g. "status eq 'active'", "severity eq 'high'", "lastUpdateDateTime gt 2026-01-01T00:00:00Z", "assignedTo eq 'analyst@contoso.com'". Use it to find incidents before drilling into one. A merged incident has status 'redirected' and names its master in redirectIncidentId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | Maximum number of incidents to return (default 25, max 50). | |
| filter | No | OData $filter expression. Refine the filter instead of paging deep. | |
| orderby | No | OData $orderby, e.g. "createdDateTime desc". |