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

# List Docusign Envelopes

`GET /developer/docusign/envelopes`

List recent DocuSign envelopes for the current customer.

## Response `200`

Successful Response

- DocuSignEnvelopesResponse — Listing of recent envelopes for the current customer.
  - `envelopes` DocuSignEnvelopeResponse[]
    - `docusign_envelope_id` string, uuid, required
    - `docusign_form_id` string, uuid, nullable
    - `envelope_id_from_docusign` string, nullable
    - `status` string, required
    - `recipient_email` string, nullable
    - `recipient_name` string, nullable
    - `sender_view_url` string, nullable
    - `extracted_values` object, nullable
    - `created_at` string, date-time, nullable
    - `updated_at` string, date-time, nullable

---

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