Retrieve the details of all downloaded patches.
This API endpoint is deprecating soon
get /api/1.4/patch/downloadedpatches
https://{server-hostname}:8383/api/1.4/patch/downloadedpatches
PatchMgmt.READCopied!
Authorization: d92d4xxxxxxxxxxxxx15f52
curl --request GET \
--url https://appdomain/api/1.4/patch/downloadedpatches \
--header 'Authorization: d92d4xxxxxxxxxxxxx15f52'Value: downloadedpatches
Paginated downloaded patches data
Total number of downloaded patches
Records per page
Current page number
Array of downloaded patch objects
Unique patch identifier
Security bulletin identifier
Patch filename
Patch description
Platform: Windows, Mac, or Linux
Patch type code
Patch release timestamp
Patch file size in bytes
Download status: 221=Downloaded
Timestamp when patch was downloaded
Superseding patch ID, or NA
API version: 1.4
Operation status: success
Paginated list of downloaded patches
{
"message_type": "downloadedpatches",
"message_response": {
"total": 2,
"limit": 25,
"page": 1,
"downloadedpatches": [
{
"patch_released_time": 1755541800000,
"patch_size": 28887288,
"download_time": 1757340476320,
"patch_id": 1419469,
"patch_name": "sp162871.exe",
"patch_description": "HP Firmware update - 8D8A System (01.02.04)",
"platform_name": "Windows",
"download_status": 221,
"superceded_by": "NA",
"patch_type": 12,
"bulletin_id": "BI-001"
}
]
},
"message_version": "1.4",
"status": "success"
}
![]()
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.