v1

latestOpenAPI 3.0.3LILT Platform Terms and Conditions2026-07-26651658.7 KB
Memories

Retrieve a Memory

Retrieve a Memory. If you cannot access the Memory (401 error) please check permissions (e.g. in case you created the Memory via the web app with a different account you may have to explicitly share that Memory).

get/v2/memories

Query parameters

idinteger

An optional Memory identifier.

Response

A list of Memory objects.

idinteger

A unique number identifying the Memory.

srclangstring

An ISO 639-1 language identifier.

trglangstring

An ISO 639-1 language identifier.

srclocalestring

An ISO 639-1 language identifier.

trglocalestring

An ISO 639-1 language identifier.

namestring

A name for the Memory.

is_processingboolean

Indicates the memory is being processed.

versioninteger

The current version of the Memory, which is the number of updates since the memory was created.

created_atinteger

Time at which the object was created. Measured in seconds since the Unix epoch.

updated_atinteger

Time at which the object was created. Measured in seconds since the Unix epoch.

resourcesstring[]

The resource files (translation memories and termbases) associated with this Memory.

Example response

[
  {
    "id": 1234,
    "srclang": "en",
    "trglang": "fr",
    "srclocale": "US",
    "trglocale": "FR",
    "name": "Acme Corp Support Content",
    "version": 78,
    "created_at": 1489147692,
    "updated_at": 1489147692
  }
]