v1

latestOpenAPI 3.0.32026-07-265278189.1 KB
TranslationMemories

List translation memories

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

get/v3/translation_memories

Query parameters

pageinteger

The index of the first page to return. Use with page_size to get the next page of translation memories.

page_sizeinteger

The maximum number of translation memories to return.

Response

Returns a list of translation memories.

total_countinteger

The total number of translation memories available.

Example response

{
  "translation_memories": [
    {
      "translation_memory_id": "a74d88fb-ed2a-4943-a664-a4512398b994",
      "name": "Legal",
      "source_language": "en",
      "target_languages": [
        "es",
        "de"
      ],
      "segment_count": 34,
      "creation_time": "2026-04-01T16:34:25.223Z",
      "updated_time": "2026-04-01T16:34:25.264Z"
    }
  ],
  "total_count": 2
}