Analyze
Download

Retrieve the status of the asynchronous download

Retrieve the status of a given download

GET
https://api.textreveal.com/api/2.0/analyze/{id}/download/{hash}/status

Request

Parameters

  • id*uuid

    Analysis ID.

  • hash*string

    Hash. Used as a download identifier.

Response

Response - 200

Download status response

  • statusstring (enum)

    The current status of the analysis.

    Values: "starting", "running", "failed", "stopped", "completed"
Response
{
  "status": "completed"
}