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

# Download Exported Project Files

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

Downloads the generated `zip` file containing the files according to initial export operation parameters. 

The final ZIP file will be named using the project name. 

 When the export operation is performed with `downloadFlat=true` and one target language specified, the resulting ZIP file name will be a combination of the project name and the target language code, as defined by the [Export Project Files](#/operations/ExportProjectFiles) endpoint.

## Headers

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

## Response `200`

## 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 read the resource.
- `404` — Error codes: * "notFound": the file could not be found by identifier.
- `409` — Error codes: * "conflict": the export operation is not done yet.

---

[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/versions/d42dac7c28a3/schema)
