Download export result file
Downloads one CSV result file of a completed transaction steps export. Each row is one processing step of a transaction, such as OCR, classification, or Manual Review. Result files are stored for 2 weeks after the export request completes.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
ID of the export request, as returned in the response when the export was created.
Zero-based index of the result file to download. The totalFileCount value from the status response gives the number of available files, so valid indexes run from 0 to totalFileCount - 1.
Response
Returns one result file of a succeeded export request as a CSV file with a header row. Each row describes one processing step of a transaction. Download one file per fileIndex, from 0 up to totalFileCount - 1 reported by the status endpoint. For the full column reference, see Business Processing Reporting.
The response is of type file.
