GetImportResults
Get data Import results
Description
- Obtains the results of the data import process
- Not available if append or replace_all is set to true in ImportItems
- The above case can be obtained from GetQueueList with stream_id
Method
GET
Request Format
/api/v0/datastores/:datastore-id/import/:temp-datastore-id
Params
temp-datastore-id : Result ID during import process
Request Sample
GET https://api.xxx.com/api/v0/datastores/59bf3a310e2479145baba476/import/59706031bc29a9afa46b59eb
Response Sample
Success
None
On error
{
"errors": [
{
"description": "Insert ERROR",
"line": 2
},
{
"description": "Update ERROR",
"line": 3
}
]
}