get https://api.obviously.ai/v3/add-data/status
Retrieve the status of data(csv, database) upload to your account
This endpoint fetch the current state of the upload data to your Obviously account. The process_id from /add-data endpoints returns the status of upload. Types of states return from the endpoint are:
- status=PENDING, the data upload progress has been started
- status=SUCCESS, the data has been successfully uploaded to the obviously account
- status=FAILURE, there was an error with uploading the data to obviously account
If the status is FAILURE, it will also return an error message with exact error.