Get a list of available sensor or remote action scripts. You can filter by platform and paginate the results.
get /intelligence/sensors/api/libraries
https://{serverurl}/intelligence/sensors/api/libraries
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
Library type to retrieve: 'sensor' or 'remote_action'
Filter by platform: WINDOWS, LINUX, MAC. Default: all
Pagination offset. Default: 0
Maximum number of results. Default: 1000
Text filter to search library entries by name
curl --request GET \
--url 'https://appdomains/intelligence/sensors/api/libraries?type=SOME_STRING_VALUE' \
--header 'Accept: application/SensorsList.v1+json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Script name in the library (e.g., 'CollectDisk.ps1')
Unique identifier of the library script
Description of what the script does
Script file extension: ps1, vbs, bat, or sh
Platform code: 1=Windows, 2=Mac, 3=Linux, 4=All
Error code for library retrieval failure
Details about the library retrieval failure
Sensor library entries for Windows
[
{
"libraryName": "CollectDisk.ps1",
"libraryId": 4501,
"description": "Collect disk usage",
"libraryType": "ps1",
"platform": 1
}
]
Could not load library entries
{
"errorMessage": "Failed to retrieve sensor library entries.",
"errorCode": "LIBRARY_FETCH_ERROR"
}
![]()
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.