For the complete documentation index, see llms.txt. This page is also available as Markdown.

Export Envelope Audit Trail PDF File

This document contains details for the GET /api/v1/audittrail/pdf/{uuid} endpoint, including the request method, path parameter, and response status codes.

Method

Method
GET

URL

/api/v1/audittrail/pdf/{uuid}

Authorization

Bearer {token}

Content-Type

application/json

Use this endpoint when you need a downloadable PDF version of the audit trail. Export the PDF to archive the envelope history, share it outside the API, or keep a human-readable compliance record.

Path parameters

Parameter
Type
Required
Description

uuid

string

Yes

Envelope UUID

How it works

  1. Pass the envelope UUID in the request path.

  2. Send a GET request.

  3. Download the generated PDF file from the response body.

Response format

The response body contains a PDF file, not a JSON object.

Use Get Envelope Audit Trail when you need the audit trail data in API form.

Response status codes

Code
Description

200

Success

401

Not authorized

403

No access to mailbox

404

Envelope not found

Last updated

Was this helpful?