Request the validation report as a file
GET/v2/MtpValidator/report/:reportID/export
This endpoint returns validation report as a file. It can only be used for 15-30 minutes after a validation had been triggered via the validation route.
Request
Path Parameters
reportID uuidrequired
Unique identifier of the validation report that is requested
Query Parameters
format string
Default value: pdf
Determines the export format. Currently, only "pdf" is supported.
Responses
- 200
- 404
- 500
Validation finished successfully
Validation report wasn't found
Error occurred either during validation or during transaction handling
Loading...