sophos_list_mobile_actions
List MDM actions (sync, scan, lock, wipe, etc.) for a tenant. Filter by type, state, endpoint IDs, and date ranges to manage mobile device actions.
Instructions
List MDM actions (sync, scan, lock, wipe, etc.) for a tenant with filtering by type, state, endpoint IDs, and date ranges.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number | |
| page_size | No | Results per page | |
| tenant_id | Yes | Tenant UUID | |
| action_type | No | Filter by action type (e.g. sync, scan, lock, wipe, unenroll, sendMessage, locate, getLogs) | |
| action_error | No | Filter by action error code | |
| action_state | No | Filter by action status (e.g. pending, completed, failed) | |
| endpoint_ids | No | Comma-separated endpoint UUIDs to filter by | |
| executed_after | No | ISO 8601 datetime — actions executed after this time | |
| executed_before | No | ISO 8601 datetime — actions executed before this time | |
| scheduled_after | No | ISO 8601 datetime — actions scheduled after this time | |
| scheduled_before | No | ISO 8601 datetime — actions scheduled before this time |