Envelope Signing (eSign)API ReferenceGet Signing Report Download URL

Get Signing Report Download URL

POST/openapi/v1/envelopes/report-url

Get the download URL for the envelope signing report.

Only envelopes with status completed support report download.

The report is generated in PDF format and supports multiple languages.


Request Parameters

AuthorizationRequiredstring
Bearer <access_token>
X-Operator-User-IdRequiredstring
Operator user ID (required, used for permission check)
languageOptionalstring
Report language (optional, default: en. Supported: zh / zh-Hant / en)
application/json
EnvelopeIdRequiredstring
Envelope ID (required)

Response Parameters

EnvelopeIdOptionalstring
Envelope ID
StatusOptionalstring
Envelope status
ReportFileOptionalobject
Report file info (null when envelope status is not completed)
Sub-properties
FileNameOptionalstring
File name
DownloadUrlOptionalstring
Download URL

Error Codes

Error CodeDescription
OPENAPI.OPERATOR_USER_ID_REQUIREDMissing X-Operator-User-Id header
OPENAPI.OPERATOR_USER_NOT_FOUNDOperator is not a member of this space
INVALID_REQUESTInvalid parameters (e.g. EnvelopeId is empty)
NOT_FOUNDEnvelope does not exist
FORBIDDENOperator does not have permission to access the envelope
INTERNAL_ERRORInternal service error (failed to generate report)