---
title: "Get envelope"
method: GET
path: "/v2/envelopes/{envelope_id}"
tags: ["Envelope"]
---

# Get envelope

`GET /v2/envelopes/{envelope_id}`

Get a specific sign envelope details by its Id.

## Path parameters

- `envelope_id` string, required

## Response `200`

- object
  - `id` string — Envelope id.
  - `friendly_name` string — Friendly name.
  - `room_id` string — Room id.
  - `session_id` string — Session id.
  - `status` string — Status of the envelope.
  - `sender` string — User id of the sender.
  - `signer` string — User id of the signer.
  - `creation_date` string, date-time — Creation date of the envelope.
  - `updated_at` string, date-time — Update date of the envelope.

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — Envelope not found
- `429` — Too Many request

---

[API](https://skmtc.net/kaleyra/apis/kaleyra-io-sms-apis.md) · [All operations](https://skmtc.net/kaleyra/apis/kaleyra-io-sms-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kaleyra/kaleyra-io-sms-apis/versions/d9b785884d03/schema)
