AnalyzeDownloadRetrieve the status of the asynchronous downloadRetrieve the status of a given downloadGEThttps://api.textreveal.com/api/2.0/analyze/{id}/download/{hash}/statusRunRequestParametersid*uuidAnalysis ID.hash*stringHash. Used as a download identifier.ResponseResponse - 200Download status responsestatusstring (enum)The current status of the analysis.Values: "starting", "running", "failed", "stopped", "completed"Response{ "status": "completed" }