---
title: "Poll Project Files Export"
method: GET
path: "/projects/{projectId}/files/exports/{exportId}"
tags: ["Project"]
---

# Poll Project Files Export

`GET /projects/{projectId}/files/exports/{exportId}`

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](../api/Public-API.v1-fv.html#/operations/DownloadFile).

> [!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.

## Path parameters

- `exportId` string, required

## Headers

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

## Response `200`

OK

- ZipFileExportResponse
  - `exportId` string, required — The identifier of the export operation
  - `state` 'created' | 'processing' | 'done' | 'error', required — The status of the export

## Other responses

- `400` — Error responses: * "invalid": invalid input for the value 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 retrieve the details of the export.
- `404` — Error codes: * "notFound": the export operation could not be found by identifier.

---

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