---
title: "Download Exported Quote Report"
method: GET
path: "/projects/{projectId}/quote-report/download"
tags: ["Quote"]
---

# Download Exported Quote Report

`GET /projects/{projectId}/quote-report/download`

Downloads a quote report generated by the [asynchronous export operation](#/operations/ExportQuoteReport). 

If the `exportId` query parameter is not provided, the last generated export quote will be downloaded.

## Query parameters

- `format` 'pdf' | 'excel'
- `exportId` string

## Headers

- `Authorization` string, required
- `X-LC-Tenant` string, required

## Response `200`

## Other responses

- `400` — Error codes: * “invalid”: invalid input in the query parameter mentioned in the “name” field on the error response.
- `401` — The user could not be identified.
- `403` — Error codes: * "forbidden": the authenticated user is not allowed to read the resource.
- `404` — Error codes: * "notFound": the project could not be found.

---

[API](https://skmtc.net/rws/apis/trados-cloud-platform-api.md) · [All operations](https://skmtc.net/rws/apis/trados-cloud-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rws/trados-cloud-platform-api/revisions/d42dac7c28a3/schema)
