Retrieves the current status and progress of a computer CSV import operation including success count, failure count, and empty file detection.
get /dcapi/som/computers/importStatus
https://{serverurl}/dcapi/som/computers/importStatus
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
curl --request GET \
--url https://appdomains/dcapi/som/computers/importStatus \
--header 'Accept: application/importComputersStatus.v1+json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Indicates whether the CSV import is still being processed. Returns false once the import has completed
Summary of the completed CSV import operation 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 with results
{
"csvImportSummary": {
"csvImportFailureCount": 3,
"csvImportSuccessCount": 45
},
"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.