---
title: "List Docusign Forms"
method: GET
path: "/developer/docusign/forms"
tags: ["Developer", "Developer - DocuSign"]
---

# List Docusign Forms

`GET /developer/docusign/forms`

List DocuSign forms (templates) synced for the current customer.

## Response `200`

Successful Response

- DocuSignFormsResponse — Listing of DocuSign forms for a customer.
  - `forms` DocuSignFormResponse[]
    - `docusign_form_id` string, uuid, required
    - `template_id` string, required
    - `name` string, required
    - `email_subject` string, nullable
    - `extraction_prompt` string, nullable
    - `description` string, nullable
    - `last_synced_at` string, date-time, nullable
    - `field_count` integer

---

[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)
