Returns the current status of CIS detailed report generation for the authenticated user, including whether an export is currently in progress
https://{serverurl}/dcapi/scap/compliance/export/cisReportExportStatus
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
curl --request GET \
--url https://appdomains/dcapi/scap/compliance/export/cisReportExportStatus \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Current status of report generation
Generation ID of the report
Name of the report
Timestamp when the report was generated
Whether an export is currently in progress
Unauthorized error code: credentials missing, expired, or invalid
Authentication failure reason
Rate limit error code returned when the API call reached threshold
Rate limit exceeded message with retry guidance
Report generation has completed
{
"generatedTime": "2026-03-25 14:30:00",
"reportId": 12345,
"reportName": "CIS_Report_2026_03_25",
"reportStatus": "completed",
"isExportInProgress": false
}
Report generation is still in progress
{
"generatedTime": "",
"reportId": 0,
"reportName": "",
"reportStatus": "in_progress",
"isExportInProgress": true
}
Compliance report is not available for this edition
{
"errorMessage": "Authentication required",
"errorCode": "UAC_UNAUTHORIZED"
}
API call threshold exceeded
{
"errorMessage": "Rate limit exceeded. Retry after some time",
"errorCode": "TOO_MANY_REQUESTS"
}
![]()
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.