Returns baseline and current experience scores along with device information, OS details, health status, and last update time for the specified profile and resource
https://{serverurl}/intelligence/api/score/device/profile/{scoreProfileId}/{agentResourceId}
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
Score profile identifier. Fetch from Get Metadata.
Device resource identifier obtained from the SoM Get Computers API (/api/1.4/som/computers).
curl --request GET \
--url https://appdomains/intelligence/api/score/device/profile/{scoreProfileId}/{agentResourceId} \
--header 'Accept: application/getDeviceMeta.v1+json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Baseline score for the device
Current experience score of the device
Operating system name
Operating system version
Username of the last logged-on user
Device name
Device model
Health status for overall experience (0=poor, 1=average, 2=good, 3=unknown)
Time when device score data was last updated
Device type (e.g., NoteBook, Desktop)
Platform identifier (e.g., windows, mac)
{
"baselineScore": "75",
"experienceScore": "89",
"os": "Windows 11 Professional Edition (x64)",
"osVersion": "10.0.26200",
"lastLogonUser": "test",
"name": "test",
"model": "Precision 5560",
"scoreHealth": 2,
"lastUpdatedTime": "Feb 12, 2026 04:10 PM",
"type": "NoteBook",
"platform": "windows"
}
![]()
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.