---
title: "Poll Translation Memory Export"
method: GET
path: "/translation-memory/exports/{exportId}"
tags: ["Translation Memory Export"]
---

# Poll Translation Memory Export

`GET /translation-memory/exports/{exportId}`

Polls a translation memory via an export operation. The exported translation memory can be downloaded once the status is `done`.

## Headers

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

## Response `200`

OK

- TranslationMemoryPollExportResponse
  - `id` string, required — The translation memory export identifier.
  - `status` 'queued' | 'inProgress' | 'failed' | 'done' | 'cancelled', required — The translation memory export status. * `queued` - the export has been queued to be processed * `inProgress` - the export is being processed * `failed` - the export has failed due to internal errors * `done` - the export has finished successfully * `cancelled` - the export has been interrupted

## Other responses

- `400` — Error codes: * "invalid": Invalid `exportId` in the path parameters.
- `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 resource could not be found by identifier.

---

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