---
title: "Retrieve a document"
method: GET
path: "/e-signature-packages/{eSignaturePackageId}/documents/{id}"
tags: ["Documents"]
---

# Retrieve a document

`GET /e-signature-packages/{eSignaturePackageId}/documents/{id}`

## Response `200`

Returns the object if a valid identifier is provided, and returns an error otherwise.

- ESignatureDocument
  - `id` string
  - `name` string
  - `pageCount` number
  - `entryPads` ESignatureEntryPad[]
    - `id` string
    - `signerId` string, required — Id of the signer
    - `type` 'signature' | 'initials' | 'stamp' | 'date' | 'text' | 'checkbox' | 'name' | 'notary_public_profile_info' | 'email', required
    - `left` number, required — Offset from the left. Must be between 0 and 100. Units of measure is the percentage relative to the width of the containing page.
    - `top` number, required — Offset from the top. Must be between 0 and 100. Units of measure is the percentage relative to the width of the containing page.
    - `height` number, required — Height of the entry pad. Must be between 0 and 100. Units of measure is the percentage relative to the width of the containing page.
    - `width` number, required — Width of the entry pad. Must be between 0 and 100. Units of measure is the percentage relative to the width of the containing page.
    - `pageIndex` number, required — Page index whereby the entry pad is contained in the document.
    - `isOptional` boolean — Set to true if the entry pad is optional.
    - `metadata` unknown

---

[API](https://skmtc.net/pactima/apis/esignature-packages-api.md) · [All operations](https://skmtc.net/pactima/apis/esignature-packages-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pactima/esignature-packages-api/revisions/1570128383ef/schema)
