Returns the detailed execution status for a specific configuration across all targeted endpoints.
https://{server-hostname}:8383/dcapi/configuration/{collectionId}/executionStatus
Common.READCopied!
Authorization: d92d4xxxxxxxxxxxxx15f52
The unique numeric identifier of the configuration whose execution status is to be retrieved. Fetch from Get Configurations View .
curl --request GET \
--url https://appdomain/dcapi/configuration/{collectionId}/executionStatus \
--header 'Accept: application/executionStatus.v1+json' \
--header 'Authorization: d92d4xxxxxxxxxxxxx15f52'The collection ID being reported on
Array of per-resource execution status objects
The unique resource (computer/user) ID
Display name of the resource
Active Directory domain of the resource
Remote office the resource belongs to
Execution status — success, failed, yetToApply, or inProgress
Human-readable status reason or error message
Timestamp of last execution attempt in yyyy-MM-dd HH:mm:ss format
Total number of targeted resources matching the applied filters
Current pagination offset
Current page size
Unauthorized error code returned when authentication credentials are missing, expired, or invalid (authentication=required)
Authentication failure reason
Execution status with both successful and failed resources
{
"offset": 0,
"executionDetails": [
{
"resourceId": 5001,
"remoteOffice": "HQ",
"executedTime": "2026-03-20 14:30:00",
"domain": "CORP",
"resourceName": "DESKTOP-ABC123",
"remarks": "Configuration applied successfully",
"status": "success"
},
{
"resourceId": 5002,
"remoteOffice": "Branch-1",
"executedTime": "2026-03-20 14:35:00",
"domain": "CORP",
"resourceName": "LAPTOP-DEF456",
"remarks": "Insufficient disk space",
"status": "failed"
}
],
"limit": 25,
"totalCount": 30,
"collectionId": 12345
}
User lacks read role for execution status
{
"error_description": "Access denied - You are not allowed to access the requested resource.",
"error_code": "UAC_UNAUTHORIZED"
}
![]()
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.