---
title: "Get a note"
method: GET
path: "/notes/{id}"
tags: ["Notes"]
---

# Get a note

`GET /notes/{id}`

Get a single note by the ID provided.

## Path parameters

- `id` string, required

## Response `200`

Note

- Note — Adds an htmlUrl string attribute that represents a URL of an HTML representation of the response model.
  - `htmlUrl` string — The link to the entity within the app.
  - `htmlUrlPath` string — The path to the entity within the app.
  - `id` string — The API ID of this entity, formatted {integer}-{entityType}
  - `createdTime` string
  - `deletedTime` string
  - `href` string
  - `body` string
  - `bodyHtml` string
  - `bodyMarkup` string
  - `isEditable` boolean
  - `parentType` string

---

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