Used to get deployment details data for the deployment id
https://{serverurl}/intelligence/api/deployments/details/{deploymentId}
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
curl --request GET \
--url https://appdomains/intelligence/api/deployments/details/{deploymentId} \
--header 'Accept: application/deploymentDetails.v1+json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Deployment detail summary and columns
Full deployment detail fields
Deployment name
Deployment description
Deployment status code and remark
Status code of the deployment
Human-readable status remark (e.g., Active)
Deployment mode (e.g., Immediate)
Formatted creation time
User who created the deployment
Formatted last-modified time
User who last modified the deployment
Column definitions for the detail table
Column key metadata
{
"deploymentData": {
"columns": [
{
"key": {
"displayName": "Name",
"name": "name"
}
},
{
"key": {
"displayName": "Status",
"name": "status"
}
},
{
"key": {
"displayName": "Deployment Type",
"name": "mode"
}
},
{
"key": {
"displayName": "Created At",
"name": "createdTime"
}
},
{
"key": {
"displayName": "Created By",
"name": "createdBy"
}
}
],
"details": {
"mode": "Immediate",
"lastModifiedTime": "Apr 05, 2025 02:15 PM",
"createdBy": "admin",
"lastModifiedBy": "admin",
"name": "Onboarding Deployment",
"description": "Deploy onboarding workflow to all Windows devices",
"createdTime": "Apr 01, 2025 10:30 AM",
"status": {
"code": 1,
"remark": "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.