---
title: "Get Translation Memory Import History"
method: GET
path: "/translation-memory/{translationMemoryId}/imports"
tags: ["Translation Memory Import"]
---

# Get Translation Memory Import History

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

Gets the import history for a translation memory. It returns the history of last 7 days.

## Query parameters

- `fields` string
- `top` integer
- `skip` integer

## Headers

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

## Response `200`

OK

- ListTranslationMemoryImportHistory
  - `items` TranslationMemoryImportHistoryResponse[]
    - `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 * `inPorgress` - the import is being processed * `failed` - the import has failed * `done` - the import has finished successfully * `cancelled` - the import has been cancelled
    - `displayName` string — The assigned name of the import operation.
    - `settings` TranslationMemoryImportSettings — The properties provided by the client, when the Import Operation was triggered.
      - `onlyImportSegmentsWithConfirmationLevels` string[], required — Only segments with the these confirmation levels were be imported.
      - `unknownFieldsOption` 'skipTranslationUnit' | 'ignore' | 'addToTranslationMemory' | 'failTranslationUnitImport', required — This option describes how were the translation units handled when there were unknown fields in the request.
      - `targetSegmentsDifferOption` 'addNew' | 'overwrite' | 'leaveUnchanged' | 'keepMostRecent', required — This option describes how were the translation units handled when there were differences in target segments.
      - `importAsPlainText` boolean, required — (Deprecated) The default value is set for this field, as this property is set internally.
      - `exportInvalidTranslationUnits` boolean, required — This option describes if the invalid translation units were exported during the original translation memory import operation.
      - `triggerRecomputeStatistics` boolean, required — (Deprecated) The default value is set for this field, as this property is set internally.
      - `fileName` string, required — The name of the file attached to the import request.
      - `sourceLanguageCode` string, required — The source language code of the import request.
      - `targetLanguageCode` string, required — The target language code of the import request.
      - `traceId` string, required — (Deprecated) The field will be completly remove in the future. For compatibily, until it will be removed a default value it is set: 0000-0000-0000-0000.
    - `createdAt` string, date-time — The creation date of the import operation. <br> UTC Timezone <br> Allowed formats: <br> "YYYY-MM-DDThh:mmZ" <br> "YYYY-MM-DDThh:mm:ssZ" <br> "YYYY-MM-DDThh:mm:ss.sZ" <br> "YYYY-MM-DDThh:mm:ss.ssZ" <br> "YYYY-MM-DDThh:mm:ss.sss
    - `updatedAt` string, date-time — The last update time of the import operation. <br> UTC Timezone <br> Allowed formats: <br> "YYYY-MM-DDThh:mmZ" <br> "YYYY-MM-DDThh:mm:ssZ" <br> "YYYY-MM-DDThh:mm:ss.sZ" <br> "YYYY-MM-DDThh:mm:ss.ssZ" <br> "YYYY-MM-DDThh:mm:ss.sss
    - `ownerId` string — Owner of the import operation, corresponds with the tenant identifier.
  - `itemCount` integer

## Other responses

- `400` — Error codes: * "invalid": Invalid input in the query 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)
