Downloads the result files
Downloads the result file of the transaction.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Transaction identifier. You receive it in the response after the transaction has been successfully created.
File identifier. You can find it in the transaction details, under documents - resultFiles.
Response
Returns the raw bytes of the requested result file. The fileId comes from the transaction status response (documents[].resultFiles[]), where each entry also has a type: a Document skill produces a Json file (full results and field metadata; structure described in the JSON schema reference) and a FieldsJson file (extracted values only). Other formats (XML, and so on) depend on the skill's export settings. The example below shows an abridged values-only (FieldsJson) result.
The response is of type file.
