Gets the status information about the Create upload operation.
The status information is returned for the requested upload.
The status information cannot be retrieved for the specified request ID.
curl -X GET --header "token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6IlpJTkdBUEkiLCJpc3MiOiJSRVZQUk8gMy4wIFdlYnNlcnZpY2VzIiwicm9sZSI6IlJldnBybyBBUEkgUm9sZSIsImV4cCI6MTUwNDc0NTIxMywiaWF0IjoxNTA0NzQzNDEzLCJuYmYiOjE1MDQ3NDM0MTMsImNsaWVudG5hbWUiOiJEZWZhdWx0In0.umtarSxRc0KUld5RZkrZMwzIypQYdwFYBP5-d1Cbi1Q" "https://yourHost/api/integration/v1/csv/upload/status?id=10002"
{- "result": {
- "client_id": 0,
- "id": 0,
- "message": "Data Received",
- "status": "Successfully Uploaded"
}, - "status": "Success"
}