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"
}

Error

Error - 400

Bad request

  • fieldstring[]

    The field where the error happened.

    Example: "string"
Response
{
  "field": [
    "string"
  ]
}

Error - 404

Not Found

  • valuestring
    Example: "string"
Response
{
  "value": "string"
}