Retrieves the current status of the ongoing or most recent patch database update.
This API endpoint is deprecating soon
get /api/1.4/patch/dbupdatestatus
https://{serverurl}/api/1.4/patch/dbupdatestatus
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
Number of records per page.
Current page number for pagination.
curl --request GET \
--url https://appdomains/api/1.4/patch/dbupdatestatus \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Value: dbupdatestatus
Database update status data
DB update status details
Status of last DB update: Success or Failed
Timestamp of next scheduled DB update
Whether automatic DB updates are disabled
Timestamp of last DB update
API version: 1.4
Operation status: success
Current patch database update status
{
"message_type": "dbupdatestatus",
"message_response": {
"dbupdatestatus": {
"last_db_update_status": "Success",
"next_db_update_scheduled_time": 1757397540000,
"is_auto_db_update_disabled": false,
"last_db_update_time": 1757311200000
}
},
"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.