Retrieves the current status of a CSV import operation for IP scopes including success count, failure count, and empty file detection.
get /dcapi/som/ip-scopes/importStatus
https://{serverurl}/dcapi/som/ip-scopes/importStatus
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
curl --request GET \
--url https://appdomains/dcapi/som/ip-scopes/importStatus \
--header 'Accept: application/importIPScopesStatus.v1+json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Indicates whether the IP scope CSV import is still being processed. Returns false once the import has completed
Summary of the completed IP scope CSV import including success and failure counts. Present only after the import finishes
Number of records from the CSV file that were successfully imported
Number of records from the CSV file that failed validation or could not be imported
Indicates whether the uploaded CSV file contained no valid data rows to process
Import in progress
{
"csvImportInProgress": true
}
Import completed
{
"csvImportSummary": {
"csvImportFailureCount": 2,
"csvImportSuccessCount": 10
},
"csvImportInProgress": false
}
![]()
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.