---
title: "Download quote file"
method: GET
path: "/v1/quotes/{quoteId}/files/{id}/download"
tags: ["Quotes"]
---

# Download quote file

`GET /v1/quotes/{quoteId}/files/{id}/download`

Download a file (attachment or manually signed file) attached to an existing quote.

## Path parameters

- `quoteId` string, required
- `id` string, required

## Response `200`

- string, binary

## Other responses

- `404` — Quote or file not found

---

[API](https://skmtc.dev/hyperline/apis/hyperline-api.md) · [All operations](https://skmtc.dev/hyperline/apis/hyperline-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hyperline/hyperline-api/revisions/19fa5f22e39b/schema)
