---
title: "Get all records"
method: POST
path: "/v2/memory/users/get-all"
tags: ["Memory"]
---

# Get all records

`POST /v2/memory/users/get-all`

Returns all of a user's memory records, identified by userReferenceId and botId.

## Request body

- object
  - `userReferenceId` string, required — External reference identifier of the user.
  - `botId` string, required — Identifier of the bot associated with the memory.

## Response `200`

Records retrieved successfully.

- object
  - `status` string
  - `message` string
  - `data` object — Map of key to stored value.

## Other responses

- `401` — Unauthorized - Invalid authentication credentials
- `403` — Forbidden - The API key lacks the required scope (memory:read / memory:write)
- `422` — Unprocessable entity - Validation error
- `500` — Internal server error

---

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