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

---

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