---
title: "Poll Translation Memory Import"
method: GET
path: "/translation-memory/imports/{importId}"
tags: ["Translation Memory Import"]
---

# Poll Translation Memory Import

`GET /translation-memory/imports/{importId}`

Polls a Translation Memory import operation. The import is finished when the status is `done`.

## Headers

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

## Response `200`

OK

- TranslationMemoryImportPollResponse
  - `id` string, required — The unique identifier of the import operation.
  - `status` 'queued' | 'inProgress' | 'failed' | 'done' | 'cancelled', required — The status of the import operation. * `queued` - the import has been queued and is waiting to be processed * `inProgress` - the import is being processed * `failed` - the import has failed due to internal errors * `done` - the import has finished successfully * `cancelled` - the import has been interrupted

## Other responses

- `400` — Error codes: * “invalid”: Invalid input in the path parameter 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 entry.
- `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)
