Returns indicator-wise experience metrics, including scores, health status, and metric details for the specified profile and resource, with optional filtering for metrics with issues
https://{serverurl}/intelligence/api/score/device/profile/{scoreProfileId}/{agentResourceId}/nodes
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).
List all the metrics or only the metrics with issues
curl --request GET \
--url https://appdomains/intelligence/api/score/device/profile/{scoreProfileId}/{agentResourceId}/nodes \
--header 'Accept: application/getDeviceNode.v1+json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Name of the indicator category
Array of metrics for this indicator
Unique identifier for the metric
Score value for the metric
Display name of the metric
Health status of the metric (0=poor, 1=average, 2=good, 3=unknown)
Value of the collected metrics
Optional secondary display text used by the UI for additional metric context
[
{
"indicator": "Device Performance",
"metrics": [
{
"metric_id": "3",
"score": "100",
"scoreDisplayName": "CPU Usage",
"scoreHealth": 2,
"primaryRenderText": "Average CPU usage (1 day): 7.98 %"
},
{
"metric_id": "4",
"score": "97",
"scoreDisplayName": "CPU Interrupt",
"scoreHealth": 2,
"primaryRenderText": "Average CPU interrupt (7 days): 0.17 %"
}
]
},
{
"indicator": "Application Reliability",
"metrics": [
{
"metric_id": "16",
"score": "100",
"scoreDisplayName": "Application Crash",
"scoreHealth": 2,
"primaryRenderText": "Application crash (7 days): 0 crashes"
}
]
}
]
![]()
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.