---
title: "Gets PDF documents from a template."
method: GET
path: "/v2.1/accounts/{accountId}/templates/{templateId}/documents/{documentId}"
tags: ["TemplateDocuments"]
---

# Gets PDF documents from a template.

`GET /v2.1/accounts/{accountId}/templates/{templateId}/documents/{documentId}`

This method retrieves one or more PDF documents from the template that you specify.

You can specify the ID of the document to retrieve, or pass in the value `combined` to retrieve all documents in the template as a single PDF file.

## Path parameters

- `accountId` string, required
- `documentId` string, required
- `templateId` string, required

## Query parameters

- `encrypt` string
- `file_type` string
- `show_changes` 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)
