v50

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

Poll Project Files Export

Retrieves the state of the export operation.

Once the state is marked as done, you can download the generated zip file using the following endpoint: Download Exported Project Files.

[!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}/files/exports/{exportId}

Path parameters

exportIdstring required

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

OK

exportIdstring required

The identifier of the export operation

state'created' | 'processing' | 'done' | 'error' required

The status of the export