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

---

[API](https://skmtc.net/openmercantil/apis/openmercantil-public-api.md) · [All operations](https://skmtc.net/openmercantil/apis/openmercantil-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openmercantil/openmercantil-public-api/versions/996f96a11758/schema)
