Returns a paginated list of managed devices that have not yet been scanned by the EDR agent. Use the getScannedComponents parameter to toggle between scanned and unscanned device lists. Useful for identifying coverage gaps in EDR deployment.
get /edr/api/view/not_scanned_devices
https://{serverurl}/edr/api/view/not_scanned_devices
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
When true, returns devices that have been scanned. When false or omitted, returns devices that have not yet been scanned.
Page number for pagination. Defaults to 1.
Number of records per page. Default is 25, maximum is 1000.
curl --request GET \
--url https://appdomains/edr/api/view/not_scanned_devices \
--header 'Accept: application/json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Response status. 'success' if the request completed successfully, 'failure' if an error occurred.
Total number of records matching the applied filters.
Total number of pages available based on the current page limit.
Pagination metadata containing the current page number and page limit.
Number of records returned per page.
Current page number (1-based).
Navigation links to the next and previous pages of results.
URL to the next page of results, in the form '{api_url}?page=
URL to the previous page of results, in the form '{api_url}?page=
Actual device not scanned item response.
Human-readable display version of the resource_name field.
Unique resource identifier of the device.
Unique EDR component identifier.
Human-readable display version of the component_status field.
0 = Not enabled,
1 = Active,
8 = Inactive,
11 = Quarantined.
Human-readable display version of the component_version field.
Universally unique device identifier.
Version of the endpoint management agent running on the device.
Human-readable display version of the os_name field.
OS build or version number.
Platform type identifier.
Human-readable display version of the domain_netbios_name field.
Human-readable display version of the ip_address field.
Unix timestamp (ms) when the EDR agent was first activated on the device.
Human-readable display version of the health_last_contact_time field (e.g., 'Jan 15, 2025 12:00 PM').
Unix timestamp (ms) of the last status change on the device.
Unix timestamp (ms) of the last EDR-specific status update.
Unix timestamp (ms) of the last agent check-in with the management server.
Whether the device is suspended. 'true' or 'false'.
Indicates if the device runs a server OS. '1' = Server OS.
Current definition file version on the device.
Machine learning model version installed on the device.
YARA signature version installed on the device.
Bloom filter version installed on the device.
CLIPS engine version installed on the device.
MC engine version installed on the device.
Human-readable display version of the scan_status field.
0 = Processing,
1 = Completed,
2 = Stopped,
3 = Paused,
4 = Failed,
5 = Cancelled.
Human-readable display version of the scan_end_time field. '--' if not applicable.
Human-readable display version of the scan_start_time field. '--' if not applicable.
Human-readable display version of the last_successful_scan_time field. '--' if not applicable.
Human-readable display version of the last_updated_time field. '--' if not applicable.
Human-readable display version of the status_reason field. '--' if not applicable.
Unix timestamp (ms) of the last scan initiated from the UI. null if not applicable.
Status of the last UI-initiated scan. null if not applicable.
Unix timestamp (ms) of the last sync with the EDR server. null if not synced.
Customer or tenant identifier this device belongs to.
Display name of the customer or tenant.
Managed status code of the device.
Processor architecture type of the device. '2' = x64.
EDRCOMMON001 — Internal server error occurred while retrieving the unscanned device list.
General internal error message.
Rate limit error code.
IAM0019 — Returned when the API call threshold is exceeded within the allowed duration window.
Rate limit exceeded message with guidance on when to retry.
Paginated list of devices not yet scanned by EDR
{
"metadata": {
"limit": 25,
"page": 3
},
"totalRecords": "51",
"messageResponse": [
{
"resource_name_transform": "DESKTOP-EXAMPLE",
"managed_status": "61",
"processor_architecture": "2",
"agent_last_contact_time": "1700007000000",
"activated_time": "1700000000000",
"last_ui_init_scan_time": null,
"is_suspended": "false",
"last_updated_time_transform": "--",
"status_reason_transform": "--",
"ui_initiated_scan_status": null,
"ml_version": "",
"def_file_version": "260101120000",
"ip_address_transform": "192.168.1.10,10.0.0.5",
"os_name_transform": "Windows 11 Professional Edition (x64)",
"server_os": "1",
"udid": "2000000000000001",
"domain_netbios_name_transform": "CORP",
"yara_sign_version": "",
"status_update_time": "1700012600000",
"bloom_version": "",
"health_last_contact_time_transform": "Jan 15, 2025 12:00 PM",
"component_id": "3000000000000001",
"scan_end_time_transform": "--",
"os_version": "10.0.19041",
"os_platform": "1",
"last_successful_scan_time_transform": "--",
"component_status_transform": "1",
"last_sync_time": null,
"agent_version": "11.x.xxxx.xx.W",
"clips_version": "",
"mc_engine_version": "",
"edr_status_update_time": "1700007200000",
"resource_id": "2000000000000001",
"scan_status_transform": "--",
"scan_start_time_transform": "--",
"customer_name": "John Doe",
"customer_id": "1000000000000001",
"component_version_transform": "1.0.x.0"
}
],
"totalPages": 3,
"Links": {
"next": "null",
"prev": "/edr/api/view/not_scanned_devices?page=2&pageLimit=25"
},
"status": "success"
}
Unexpected server-side error
{
"errorMessage": "Exception while retrieving unscanned device list",
"errorCode": "EDRCOMMON001"
}
API call threshold exceeded
{
"errorCode": "IAM0019",
"url": "/edr/api/view/not_scanned_devices",
"errorMsg": "The URL /edr/api/view/not_scanned_devices was called too many times. Please retry after a while."
}
![]()
Duration: 1 minute | Threshold: 30 | Lock period: 5 minutes
Duration - Time window for the threshold.
Threshold - Number of API calls allowed within the specified duration.
Lock Period - Wait time before consecutive API requests.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.