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