---
title: "Generic notes"
method: GET
path: "/api/notes/patient/{patient_id}"
tags: ["notes"]
---

# Generic notes

`GET /api/notes/patient/{patient_id}`

Generic notes for the patient. Admin, assigned operator, or supervisor/coordinator in supervised scope.

## Path parameters

- `patient_id` string, uuid, required — Patient UUID

## Response `200`

Successful Response

- UserNotesResponse — Response model for user notes.
  - `user_id` string, required — User UUID
  - `notes` string, nullable — Generic notes on the user
  - `notes_updated_at` string, date-time, nullable — When notes were last updated

## Other responses

- `422` — Validation Error

---

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