Returns the full display details of the specified scheduled Wake on LAN task, including execution history, target list, and schedule summary for the task detail view.
get /dcapi/tools/wol/tasks/{taskId}/showTaskDetails
https://{serverurl}/dcapi/tools/wol/tasks/{taskId}/showTaskDetails
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
The unique identifier of the task
curl --request GET \
--url https://appdomains/dcapi/tools/wol/tasks/{taskId}/showTaskDetails \
--header 'Accept: application/json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Unique identifier of the WOL task
User-defined name of the WOL task
Current task status: Active or Suspended
Number of target computers in the task
Epoch timestamp of the most recent execution
Epoch timestamp of the next scheduled execution
Array of past execution records with runTime, successCount, and failureCount
{
"lastExecutedTime": 1711339200000,
"nextRunTime": 1711425600000,
"executionHistory": [
{
"successCount": 38,
"runTime": 1711339200000,
"failureCount": 2
}
],
"taskName": "Morning WOL",
"targetCount": 40,
"taskId": 18,
"status": "Active"
}
![]()
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.