Retrieves the real-time live status of a specific computer's agent. Returns whether the computer is currently online or offline.
https://{serverurl}/dcapi/som/computers/{computer_resource_id}/liveStatus
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
Unique identifier for the computer, get resource id from Get Computers
curl --request GET \
--url https://appdomains/dcapi/som/computers/{computer_resource_id}/liveStatus \
--header 'Accept: application/agentLiveStatus.v1+json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'true if the computer agent is currently online, false if offline
Computer agent is online
{
"isComputerLive": true
}
Computer agent is offline
{
"isComputerLive": false
}
![]()
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.