---
title: "List translation memories"
method: GET
path: "/v3/translation_memories"
tags: ["TranslationMemories"]
---

# List translation memories

`GET /v3/translation_memories`

Retrieve a list of translation memories associated with the authenticated account.

## Query parameters

- `page` integer
- `page_size` integer

## Response `200`

Returns a list of translation memories.

- object
  - `translation_memories` TranslationMemory[]
    - `translation_memory_id` string, uuid, required — A unique ID assigned to a translation memory.
    - `name` string, required — Name associated with the translation memory.
    - `source_language` 'de' | 'en' | 'es' | 'fr' | 'it' | 'ja' | 'ko' | 'zh', required — The source language of the translation memory.
    - `target_languages` TranslationMemoryTargetLanguage[], required — The list of target languages available in the translation memory.
    - `segment_count` integer, required — The number of segments stored in the translation memory.
    - `creation_time` string, date-time — The creation time of the translation memory in the ISO 8601-1:2019 format (e.g.: `2021-08-03T14:16:18.329Z`).
    - `updated_time` string, date-time — The time of the last update to the translation memory in the ISO 8601-1:2019 format (e.g.: `2021-08-03T14:16:18.329Z`).
  - `total_count` integer — The total number of translation memories available.

## Other responses

- `400` — Bad request. Please check error message and your parameters.
- `401` — Authorization failed. Please supply a valid `DeepL-Auth-Key` via the `Authorization` header.
- `403` — Authorization failed. Please supply a valid `DeepL-Auth-Key` via the `Authorization` header. This error is also returned when the API key is scoped but does not include the scope required for this endpoint.
- `429` — Too many requests. Please wait and resend your request.
- `500` — Internal error.
- `503` — Resource currently unavailable. Try again later.

---

[API](https://skmtc.dev/deepl/apis/deepl-api-documentation.md) · [All operations](https://skmtc.dev/deepl/apis/deepl-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/deepl/deepl-api-documentation/revisions/3c422fcc9c54/schema)
