---
title: "Get Call Docusign Envelope"
method: GET
path: "/calls/{call_id}/docusign-envelope"
tags: ["Calls"]
---

# Get Call Docusign Envelope

`GET /calls/{call_id}/docusign-envelope`

Return the DocuSign draft envelope generated for an intake call.

The extracted values are paired with their form field ``display_name`` so
the UI can render labeled rows. 404 when no envelope has been created yet
(e.g. the pipeline is still running, or no template matched).

## Path parameters

- `call_id` string, uuid, required

## Response `200`

Successful Response

- CallDocuSignEnvelopeResponse — The DocuSign draft envelope generated for an intake call, with the extracted values labeled by their form field ``display_name`` for the Intake detail page.
  - `docusign_envelope_id` string, uuid, required
  - `status` string, required
  - `form_name` string, nullable
  - `recipient_email` string, nullable
  - `recipient_name` string, nullable
  - `sender_view_url` string, nullable
  - `envelope_id_from_docusign` string, nullable
  - `fields` DocuSignExtractedFieldValue[]
    - `tab_label` string, required
    - `display_name` string, required
    - `value` unknown, required
  - `created_at` string, date-time, nullable

## Other responses

- `422` — Validation Error

---

[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/b642b91e0a5c/schema)
