Returns the sidebar detail payload for a selected timeline point, gantt segment, or bubble event. The exact event blocks depend on the requested timeline group and metric.
https://{serverurl}/intelligence/api/dataStream/{resourceId}/details
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
Start of the selected time range in epoch milliseconds
End of the selected time range in epoch milliseconds
Timeline group identifier that maps to the configured timeline chart group
Metric identifier within the requested group. It is usually a configured metric id, but some groups also accept a metric name string
curl --request GET \
--url https://appdomains/intelligence/api/dataStream/{resourceId}/details \
--header 'Accept: application/details.v1+json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Sidebar title for the selected timeline metric or event group
Formatted time range for the selected timeline window
Event blocks returned for the selected metric and time range
Event label shown in the sidebar; may be absent for maintenance or generic summary blocks
Formatted event time shown for point-in-time events; may be absent for summary blocks
One or more detail sections under the event
Title of the detail section such as CPU information, top apps, or a maintenance message
Label-value pairs shown within the detail section
Human-readable field label for the sidebar row
Display value for the sidebar row
Indicates whether the value contains HTML that should be rendered safely by the UI
Anomaly insight block when anomaly detection is available for the selected metric
Anomaly insight message for the selected timeline metric or event
Indicates whether the event name contains HTML content intended for safe UI rendering
{
"time": "Apr 01, 2026 10:00 AM - Apr 01, 2026 10:10 AM",
"title": "CPU",
"events": [
{
"eventData": [
{
"eventTitle": "CPU information",
"info": [
{
"isHTMLEncoded": false,
"label": "Average CPU usage",
"value": "27.5 %"
},
{
"isHTMLEncoded": false,
"label": "CPU interrupt",
"value": "0.17 %"
}
]
}
],
"isHTMLEncoded": false,
"eventTime": "10:10 AM",
"eventName": "CPU Usage",
"ziaAnomaly": {
"message": "Spike detected for CPU usage"
}
}
]
}
![]()
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.