sophos_list_mobile_devices
List enrolled mobile devices for a Sophos tenant, with filters for platform, compliance, health, and more.
Instructions
List mobile devices enrolled in Sophos Mobile for a tenant. Supports filtering by platform, management type, compliance status, health state, ownership, device groups, and date ranges. Returns paginated results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (starting at 1) | |
| sort | No | Sort expression (e.g. 'name:asc') | |
| fields | No | Comma-separated list of fields for a partial response | |
| search | No | Free-text search term | |
| platform | No | Filter by device platform / OS | |
| compliant | No | Filter by compliance status (true=compliant, false=non-compliant) | |
| page_size | No | Number of results per page | |
| tenant_id | Yes | Tenant UUID | |
| page_total | No | Whether to include total page count in the response | |
| health_state | No | Filter by health status | |
| created_after | No | ISO 8601 datetime — return devices created after this time | |
| managed_state | No | Filter by management status | |
| created_before | No | ISO 8601 datetime — return devices created before this time | |
| ownership_type | No | Filter by device owner type | |
| last_seen_after | No | ISO 8601 datetime — return devices last seen after this time | |
| management_type | No | Filter by management type (e.g. mdm, mam) | |
| device_group_ids | No | Comma-separated device group UUIDs to filter by | |
| last_seen_before | No | ISO 8601 datetime — return devices last seen before this time | |
| violation_severity | No | Filter by compliance violation severity |