---
title: "List the attachments in the package"
method: GET
path: "/e-signature-packages/{eSignaturePackageId}/attachments"
tags: ["Attachments"]
---

# List the attachments in the package

`GET /e-signature-packages/{eSignaturePackageId}/attachments`

## Query parameters

- `limit` number
- `skip` number

## Response `200`

A directory with a `data` property that contains an array of up to `limit` objects, starting after `skip`. Each entry in the array is a separate object. If no more objects are available, the resulting array will be empty. This request should never return an error.

- object
  - `hasMore` boolean
  - `data` ESignatureAttachment[]
    - `id` string, required
    - `filename` string, required
    - `filetype` string, required
    - `isConfidential` boolean
    - `ownerId` string, required — Public id or signer
    - `requestId` string — Id of the attachment request id that this fulfills

---

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