---
title: "List Docusign Remote Templates"
method: GET
path: "/developer/docusign/remote-templates"
tags: ["Developer", "Developer - DocuSign"]
---

# List Docusign Remote Templates

`GET /developer/docusign/remote-templates`

List templates available in the connected DocuSign account.

Templates already imported into our DB are flagged with ``imported=True``
so the UI can disable re-importing them.

## Response `200`

Successful Response

- DocuSignRemoteTemplatesResponse
  - `templates` DocuSignRemoteTemplate[]
    - `template_id` string, required
    - `name` string, required
    - `imported` boolean, required

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/4a81645b59f6/schema)
