[]
Gets the analysis status.
[HttpGet]
[Route("{dataSourceKey}/analyses/{token}/status")]
[ResponseCache(NoStore = true)]
public virtual IActionResult GetAnalysisStatus(string dataSourceKey, string token)
Type | Name | Description |
---|---|---|
string | dataSourceKey | The data source key specifies the data. |
string | token | The key specifies the analysis instance. |
Type | Description |
---|---|
IActionResult | The status. |