---
title: "Gets a PDF transcript of all of the comments in an envelope."
method: GET
path: "/v2.1/accounts/{accountId}/envelopes/{envelopeId}/comments/transcript"
tags: ["Comments"]
---

# Gets a PDF transcript of all of the comments in an envelope.

`GET /v2.1/accounts/{accountId}/envelopes/{envelopeId}/comments/transcript`

Retrieves a PDF file containing all of the comments that senders and recipients have added to the documents in an envelope.

The response body of this method is the PDF file as a byte
stream.


**Note:** Comments are disabled by default. To use the comments feature, an account administrator must enable comments on the account (in the `accountSettingsInformation` object, set the `enableSigningExtensionComments` property to **true**).

## Path parameters

- `accountId` string, required
- `envelopeId` string, required

## Query parameters

- `encoding` string

## Response `200`

Successful response.

## Other responses

- `400` — Error encountered.

---

[API](https://skmtc.net/docusign/apis/docusign-esignature-rest-api.md) · [All operations](https://skmtc.net/docusign/apis/docusign-esignature-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/docusign/docusign-esignature-rest-api/versions/77f1998c313d/schema)
