---
title: "View Note"
method: GET
path: "/v2/mcp/notes/{note_id}"
tags: ["external", "external-v2"]
---

# View Note

`GET /v2/mcp/notes/{note_id}`

## Path parameters

- `note_id` string, uuid, required

## Response `200`

OK

- ViewNoteResponseSchema
  - `created_at` string, date-time, required — Timestamp representing when the note was created.
  - `id` string, uuid, required — Unique identifier of the requested note.
  - `markdown_content` string, required — Full markdown representation of the note content.
  - `primary_label` string, required — Primary label or title for the note.
  - `secondary_label` string, nullable — Secondary label for the note if available.
  - `updated_at` string, date-time, required — Timestamp representing when the note was last updated.

---

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