v1

latestOpenAPI 3.0.12026-07-177510.8 KB
Processing

Get the status of the queue

Get the status of the queue

get/queue/{id}

Path parameters

idstring required

ID of the document

Response

Ok. Returns the status of the queue

progress-percentagenumber
statusstring
start-datestring date-time
estimated-remaining-timenumber

Example response

{
  "progress-percentage": 25,
  "status": "detecting reading order",
  "estimated-remaining-time": 60
}