defender_get_machine_actions
List device response actions such as isolation, scans, and quarantine with status, requestor, and timestamps to verify active containment. Filter by machine ID or action type.
Instructions
List response actions taken on devices (isolation, release, scans, quarantine, packages, live response) with their status, requestor, comment and times, e.g. filter "machineId eq ''" or "type eq 'Isolate'". It lists actions taken by anyone, people included, so it is how to check whether a containment still stands.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | Maximum number of actions to return (default 25, max 100). | |
| skip | No | Number of entries to skip (paging). | |
| filter | No | OData $filter expression. Refine the filter instead of paging deep. |