---
title: "Retrieve Note"
method: GET
path: "/v1/notes/{id}"
---

# Retrieve Note

`GET /v1/notes/{id}`

This API endpoint retrieves a specific note.

## Path parameters

- `id` string, required

## Response `200`

200

- object
  - `content` string
  - `createdAt` string
  - `creatorId` string
  - `entityId` string
  - `entityType` string
  - `id` string
  - `object` string
  - `title` string
  - `updatedAt` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/assembly/apis/core-resources.md) · [All operations](https://skmtc.net/assembly/apis/core-resources/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/assembly/core-resources/versions/28a9e7d13a8c/schema)
