GET request to the transactions/<transaction-id> resource:
Run the following command:
As a result, you will receive a response containing the current transaction status:
Response:
The status key can have one of the following values:
- Processing means that the document is currently being processed.
- Processed means that processing has completed and the results can be downloaded.
GET request to the transactions/<transaction-id>/files/<file-id>/download resource and specify the IDs of your transaction and document file:
The file ID can be found in the
sourceFiles property in the results for the transaction status request.