Analyze
Extract
Get analyze status
Get the status of the analysis previously run.
POST
https://api.textreveal.com/api/2.0/analyze/status
Request
Request
{
"instance": "a62caf56-5961-4fff-ba2e-6d4dcf98960f"
}
Response
Response - 200
The status of the analysis with related indicators.
- (deprecated)
count
numberTotal number of articles.
Example: 3518 - (deprecated)
filtered
numberNumber of filtered texts.
Example: 2034 - (deprecated)
globalSpeed
numberAnalysis global speed.
Example: 611.9839993401789 handled
numberNumber of handled texts.
Example: 1484- (deprecated)
lastErrorMessage
stringIf analysis fails, the last error message that has been raised.
Example: "the error message" startedAt
date-timeThe time when the analysis started.
Example: "2021-09-27T09:18:57.589Z"status
string (enum)The current status of the analysis.
Values: "pending", "starting", "running", "failed", "stopped", "completed"updatedAt
date-timeThe last time the analysis was updated.
Example: "2020-10-27T11:09:03.820Z"
Response
{
"count": 3518,
"filtered": 2034,
"globalSpeed": 611.9839993401789,
"handled": 1484,
"lastErrorMessage": null,
"startedAt": "Mon, 27 Sep 2021 09:18:57 GMT",
"status": "completed",
"updatedAt": "Mon, 27 Sep 2021 09:21:23 GMT"
}