Get async document status
docraptor_get_document_statusCheck the status of an asynchronous document created with docraptor_create_document({async:true}). Returns status (queued | working | completed | failed), and when completed a download_url / download_id / number_of_pages. DocRaptor API: GET /status/{status_id}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status_id | Yes | The status_id returned by docraptor_create_document when async:true. |