---
title: "Export Quote Report"
method: POST
path: "/projects/{projectId}/quote-report/export"
tags: ["Quote"]
---

# Export Quote Report

`POST /projects/{projectId}/quote-report/export`

Generates an asynchronous quote export operation for the project in either PDF or Excel format. Use the [polling endpoint](../api/Public-API.v1-fv.html#/operations/PollQuoteReportExport) to check when the export is completed.  <br><br>
Built-in quotes are only available in the same languages as the user interface. See [this page](https://docs.rws.com/791595/1084405/trados-enterprise---accelerate/ui-languages) for more information. <br>
Customers who use non-default quote templates are responsible for the implementation of a suitable localization approach.

> [!WARNING] 
> The export ID has a time-to-live (TTL) of 20 minutes, starting from when this export operation is initiated (not when the underlying async operation completes). Ensure you poll and download the export within this timeframe, or you will receive a `404 Not Found` error.

## Query parameters

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

## Headers

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

## Response `202`

Accepted

- ExportQuoteReportResponse — Export quote report response.
  - `id` string — The export quote report identifier.

## 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 resource.
- `404` — Error codes: * "notFound": the project could not be found.
- `409` — Error codes: * "conflict": the project is in a phase which doesn’t allow the quote to be exported.

---

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