---
title: "GET /v1/memories/"
method: GET
path: "/v1/memories/"
tags: ["memories"]
deprecated: true
---

# GET /v1/memories/

`GET /v1/memories/`

> **Deprecated.**

Get all memories.

## Query parameters

- `user_id` string
- `agent_id` string
- `app_id` string
- `run_id` string
- `metadata` object
- `categories` string[]
- `org_id` string
- `project_id` string
- `fields` string[]
- `keywords` string
- `page` integer
- `page_size` integer
- `limit` integer
- `start_date` string
- `end_date` string

## Response `200`

Successfully retrieved memories.

- union
  - object[] — Returned when the `page` and `page_size` query parameters are not both supplied.
    - `id` string, required
    - `memory` string, required
    - `user_id` string, nullable — ID of the user this memory belongs to, if scoped to a user.
    - `metadata` object, nullable — User-supplied metadata attached to the memory.
    - `categories` string[], nullable
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required
    - `expiration_date` string, date, nullable — The date when the memory will expire. Format: YYYY-MM-DD.
    - `structured_attributes` object, nullable — System-derived temporal breakdown of the memory's creation time (e.g. year, month, day_of_week).
    - `replaced_by` string, nullable — ID of the memory that superseded this one, if any.
    - `synthesized` boolean — Whether this memory was synthesized rather than directly extracted.
    - `lifecycle_state` string — Lifecycle state of the memory.
  - object — Returned when both the `page` and `page_size` query parameters are supplied.
    - `count` integer, required
    - `next` string, nullable, required
    - `previous` string, nullable, required
    - `results` object[], required
      - `id` string, required
      - `memory` string, required
      - `user_id` string, nullable — ID of the user this memory belongs to, if scoped to a user.
      - `metadata` object, nullable — User-supplied metadata attached to the memory.
      - `categories` string[], nullable
      - `created_at` string, date-time, required
      - `updated_at` string, date-time, required
      - `expiration_date` string, date, nullable — The date when the memory will expire. Format: YYYY-MM-DD.
      - `structured_attributes` object, nullable — System-derived temporal breakdown of the memory's creation time (e.g. year, month, day_of_week).
      - `replaced_by` string, nullable — ID of the memory that superseded this one, if any.
      - `synthesized` boolean — Whether this memory was synthesized rather than directly extracted.
      - `lifecycle_state` string — Lifecycle state of the memory.

## Other responses

- `400` — Bad Request.
- `404` — Not Found.

---

[API](https://skmtc.net/mem0/apis/mem0-api-docs.md) · [All operations](https://skmtc.net/mem0/apis/mem0-api-docs/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mem0/mem0-api-docs/revisions/c86fe9831e7e/schema)
