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

# Poll Quote Report Export

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

Polls a quote report via an export operation. The quote report can be [downloaded](../api/Public-API.v1-fv.html#/operations/DownloadQuoteReport) once the status is "completed". The recommended polling interval is 20 seconds.

If the `exportId` query parameter is not provided, the polling action will return the status for the last generated export.

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

## Query parameters

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

## Headers

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

## Response `200`

- object
  - `status` 'inProgress' | 'completed'

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