---
title: "Get all stored facts for a user"
method: GET
path: "/v1/memory/users/{end_user_id}"
tags: ["memory"]
---

# Get all stored facts for a user

`GET /v1/memory/users/{end_user_id}`

## Path parameters

- `end_user_id` string, uuid, required

## Query parameters

- `limit` integer — Max items per page.
- `cursor` string, nullable — Opaque continuation token from a prior page's next_cursor; continuation requests must reuse the same limit.

## Response `200`

Successful Response

- UserMemoriesResponse
  - `facts` MemoryFactResponse[], required
    - `fact` string, required
    - `name` string, nullable
    - `valid_at` string, nullable
    - `invalid_at` string, nullable
    - `id` string, uuid, nullable
    - `source_session_id` string, uuid, nullable
  - `next_cursor` string, nullable

## Other responses

- `400` — Bad request
- `401` — Authentication required
- `404` — Memory backend is unavailable
- `422` — Invalid pagination cursor

## Changes

- **2026-08-12** `5a5597ebb2d6` — 1 breaking, 1 warning, 13 info
  - the response's body type/format changed from ``/`` to `object`/`` for status `200`
  - removed the optional property `detail` from the response with the `422` status
  - added the new optional `query` request parameter `cursor`
  - added the new optional `query` request parameter `limit`
  - …11 more

[Change history](https://skmtc.dev/oneloop-hq/apis/feather-api/changes/v1/memory/users/:end_user_id/get.md)

---

[API](https://skmtc.dev/oneloop-hq/apis/feather-api.md) · [All operations](https://skmtc.dev/oneloop-hq/apis/feather-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/oneloop-hq/feather-api/revisions/9cd7291d4228/schema)
