---
title: "Download Files"
method: GET
path: "/signature_request/files/{signature_request_id}"
tags: ["Signature Request"]
---

# Download Files

`GET /signature_request/files/{signature_request_id}`

Obtain a copy of the current documents specified by the `signature_request_id` parameter. Returns a PDF or ZIP file.

If the files are currently being prepared, a status code of `409` will be returned instead.

## Path parameters

- `signature_request_id` string, required

## Query parameters

- `file_type` 'pdf' | 'zip'

## Response `200`

successful operation

## Other responses

- `4XX` — failed_operation

---

[API](https://skmtc.net/hellosign/apis/dropbox-sign-api.md) · [All operations](https://skmtc.net/hellosign/apis/dropbox-sign-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hellosign/dropbox-sign-api/versions/2ea3f04008af/schema)
