---
title: "Retrieve a Memory"
method: GET
path: "/v2/memories"
tags: ["Memories"]
---

# Retrieve a Memory

`GET /v2/memories`

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).

## Query parameters

- `id` integer

## Response `200`

A list of Memory objects.

- Memory[]
  - `id` integer — A unique number identifying the Memory.
  - `srclang` string — An ISO 639-1 language identifier.
  - `trglang` string — An ISO 639-1 language identifier.
  - `srclocale` string — An ISO 639-1 language identifier.
  - `trglocale` string — An ISO 639-1 language identifier.
  - `name` string — A name for the Memory.
  - `is_processing` boolean — Indicates the memory is being processed.
  - `version` integer — The current version of the Memory, which is the number of updates since the memory was created.
  - `created_at` integer — Time at which the object was created. Measured in seconds since the Unix epoch.
  - `updated_at` integer — Time at which the object was created. Measured in seconds since the Unix epoch.
  - `resources` string[] — The resource files (translation memories and termbases) associated with this Memory.

## Other responses

- `401` — Unauthorized
- `404` — Memory not found.
- `default` — Unexpected error

---

[API](https://skmtc.net/lilt/apis/lilt-api.md) · [All operations](https://skmtc.net/lilt/apis/lilt-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lilt/lilt-api/versions/444772351ac3/schema)
