---
title: "Get Private Note"
method: GET
path: "/notes/{note_id}"
tags: ["note"]
---

# Get Private Note

`GET /notes/{note_id}`

This endpoint retrieves a specific private note based on a specific `note_id`.

## Path parameters

- `note_id` string, required

## Headers

- `x-phone` string

## Response `200`

Note

- object — The response is a note object. Refer to [the note object here](/api-reference/objects/the-note-object)

---

[API](https://skmtc.net/periskope/apis/api-local.md) · [All operations](https://skmtc.net/periskope/apis/api-local/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/periskope/api-local/revisions/f2738ced87d8/schema)
