Check Import Status
POST/checkImportStatus
This API is used to check the status of data import job.
Note: that at a time, only one import job can be run.
The Authorization must have Bearer followed by Token
No params
Request
Path Parameters
path stringrequired
Responses
- 200
Check Import Status
Response Headers
- Date - string 
- Server - string 
- Set-Cookie - string 
- Transfer-Encoding - string 
- X-Frame-Options - string 
- application/json
- Schema
- Example (from schema)
- Check Import Status
Schema
errorCode string
errorMessage string
importStatus string
{
  "errorCode": "0",
  "errorMessage": "",
  "importStatus": "COMPLETED"
}
{
  "errorCode": "0",
  "errorMessage": "",
  "importStatus": "COMPLETED"
}
Loading...