get https://fusion.appdome.com/api/v1/upload//status
Returns the status of the upload.
The status can be one of the following:
- queued – the upload is waiting to be processed.
- progress – the upload is still in progress.
- completed – the upload was completed successfully.
- error – the upload failed.
In case of error, the response will include an error message undererror
key.