Skip to main content

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

Validation finished successfully

Loading...