---
title: "Returns the current user's most recently opened Memos in the project"
method: GET
path: "/memo/recent"
tags: ["memo"]
---

# Returns the current user's most recently opened Memos in the project

`GET /memo/recent`

## Query parameters

- `project_id` integer, required
- `limit` integer

## Response `200`

Successful Response

- MemoRead[]
  - `title` string, required — Title of the Memo
  - `icon` string, nullable — Optional Unicode emoji used as the Memo icon
  - `content` string, required — Textual content of the Memo
  - `content_json` string, required — JSON content of the Memo
  - `id` integer, required — ID of the Memo
  - `is_favorite` boolean — Whether the requesting user favorited the Memo
  - `user_id` integer, required — User the Memo belongs to
  - `project_id` integer, required — Project the Memo belongs to
  - `created` string, date-time, required — Created timestamp of the Memo
  - `updated` string, date-time, required — Updated timestamp of the Memo
  - `attached_object_id` integer, required — ID of the Object the Memo is attached to
  - `attached_object_type` 'source_document' | 'code' | 'sentence_annotation' | 'span_annotation' | 'span_group' | 'bbox_annotation' | 'project' | 'tag', required

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-22** `56d460d5541e` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/uhh-lt/apis/discourse-analysis-tool-suite-api/changes/memo/recent/get.md)

---

[API](https://skmtc.dev/uhh-lt/apis/discourse-analysis-tool-suite-api.md) · [All operations](https://skmtc.dev/uhh-lt/apis/discourse-analysis-tool-suite-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/uhh-lt/discourse-analysis-tool-suite-api/revisions/a84d27ef7a0d/schema)
