---
title: "Download all quote attachments"
method: GET
path: "/v2/quotes/{quoteId}/attachments"
tags: ["Quote attachments"]
---

# Download all quote attachments

`GET /v2/quotes/{quoteId}/attachments`

Downloads all quote attachments as a single zip file

## Path parameters

- `quoteId` string, uuid, required

## Query parameters

- `downloadZip` boolean

## Response `200`

Successful download of attachments as a ZIP file.

## Other responses

- `400` — Bad Request
- `403` — Authorization Error
- `404` — Not Found

---

[API](https://skmtc.dev/pax8/apis/authentication.md) · [All operations](https://skmtc.dev/pax8/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pax8/authentication/revisions/4026bf405528/schema)
