v50

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-031984301.2 MB
Quote

Poll Quote Report Export

Polls a quote report via an export operation. The quote report can be downloaded 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.

get/projects/{projectId}/quote-report/export

Query parameters

format'pdf' | 'excel'

The file format of the quote report.

exportIdstring

The export identifier.

Headers

Authorizationstring required

The bearer access token provided by Auth0.

X-LC-Tenantstring required

The identifier of the account where the request is executed.

Response

status'inProgress' | 'completed'