defender_get_incident_alerts
Retrieve alerts linked to a Defender incident with paging and optional summary details, including severity, category, MITRE techniques, and timestamps, to analyze attack scope.
Instructions
Get the alerts of an incident, paged (skip/top), with their details: title, severity, category, MITRE techniques, detection source, timestamps and nested evidence. For the entities themselves prefer defender_get_incident_evidence, which flattens and de-duplicates the evidence of every alert in one call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | Maximum number of alerts to return (default 10, max 50). | |
| skip | No | Number of entries to skip (paging). | |
| incident_id | Yes | The incident ID, as shown in the Defender portal and the Graph API. | |
| summary_only | No | Only id, title, severity, category, status, detector, MITRE techniques and timestamps, without the evidence. Recommended first call on a large incident. |