---
title: "Recent notes"
method: GET
path: "/api/v1/user/notes"
tags: ["User"]
---

# Recent notes

`GET /api/v1/user/notes`

## Query parameters

- `limit` integer

## Response `200`

Notes

- UserNoteListResponse
  - `count` integer, required
  - `recent` UserNote[], required
    - `id` integer
    - `user_id` integer
    - `target_type` string
    - `target_id` string
    - `title` string
    - `body` string
    - `pinned` union
      - integer
      - boolean
    - `created_at` string
    - `updated_at` string

## Other responses

- `400` — Invalid request
- `401` — Authentication required (no active session)
- `422` — The query is lexically valid but outside a documented numeric or length bound, or uses an unsupported indexed combination.

## Changes

- **2026-07-26** `996f96a11758` — 2 warning, 5 info
  - for the `query` request parameter `limit`, the max was set to `500.00`
  - for the `query` request parameter `limit`, the min was set to `1.00`
  - api operation id `getUserNotes` was added
  - added the media type `application/json` for the response with the status `200`
  - …3 more

[Change history](https://skmtc.dev/openmercantil/apis/openmercantil-public-api/changes/api/v1/user/notes/get.md)

---

[API](https://skmtc.dev/openmercantil/apis/openmercantil-public-api.md) · [All operations](https://skmtc.dev/openmercantil/apis/openmercantil-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openmercantil/openmercantil-public-api/revisions/601ff6123c86/schema)
