---
title: "Get one record"
method: POST
path: "/v2/memory/users/find-one"
tags: ["Memory"]
---

# Get one record

`POST /v2/memory/users/find-one`

Returns a single memory record of a user by key, 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.
  - `key` string, required — Key of the record to retrieve.

## Response `200`

Record retrieved successfully.

- object
  - `status` string
  - `message` string
  - `data` unknown

## Other responses

- `401` — Unauthorized - Invalid authentication credentials
- `403` — Forbidden - The API key lacks the required scope (memory:read / memory:write)
- `404` — Not found - Resource not found
- `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)
