Returns per-device execution status, timing, and error details for a specific deployment run
https://{serverurl}/intelligence/api/deployments/{deploymentId}/runs/{runId}/executionDetails
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
Filter results to a specific deployed object ID
Version ID of the object to filter execution details
Type of the object: 1=Workflow
curl --request GET \
--url https://appdomains/intelligence/api/deployments/{deploymentId}/runs/{runId}/executionDetails \
--header 'Accept: application/deploymentRunSummaryDetails.v1+json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Per-device execution records for the deployment run
Name of the target device
Execution status code
Human-readable execution status (e.g., Success)
Formatted execution start time
Formatted execution end time
Error code when execution failed; null on success
Error message when execution failed; null on success
{
"executionDetails": [
{
"statusRemark": "Success",
"errorMessage": null,
"errorCode": null,
"startTime": "Apr 10, 2025 02:00 AM",
"endTime": "Apr 10, 2025 02:05 AM",
"deviceName": "DESKTOP-WIN11-01",
"status": 1
}
]
}
![]()
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.