Returns the summary overview details of the specified system tools collection task, including label, configuration type, deployment status, tool list, and target summary.
get /dcapi/tools/systemTools/{collectionId}/details
https://{server-hostname}:8383/dcapi/tools/systemTools/{collectionId}/details
Tools.READCopied!
Authorization: d92d4xxxxxxxxxxxxx15f52
The unique identifier of the system tools collection
curl --request GET \
--url https://appdomain/dcapi/tools/systemTools/{collectionId}/details \
--header 'Accept: application/json' \
--header 'Authorization: d92d4xxxxxxxxxxxxx15f52'System tools collection task unique identifier
User-defined task label
Primary tool type: CHECK_DISK, DISK_DEFRAGMENTER, CLEAN_UP_DISK, or ST_SCHEDULER
Current task status: Active, Suspended, Draft
Number of target computers
Epoch timestamp of the last execution
{
"lastExecutedTime": 1711180800000,
"label": "Weekly Disk Cleanup",
"configurationType": "CLEAN_UP_DISK",
"collectionId": 12,
"targetCount": 25,
"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.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.