---
title: "Get Note"
method: GET
path: "/note"
tags: ["Notes"]
---

# Get Note

`GET /note`

Get a single note by its identifier. Rate limit: 60 requests per minute per organization.

## Query parameters

- `id` string, required

## Response `200`

Note retrieved successfully

- PublicNoteResponseDto
  - `id` string — Unique identifier of the note
  - `note` string — Text content of the note
  - `createdBy` string — Name of the user who created the note
  - `updatedBy` string — Name of the user who last updated the note
  - `dateCreated` string, date-time — Timestamp when the note was created
  - `dateUpdated` string, date-time — Timestamp when the note was last updated

## Other responses

- `400` — Incorrect payload
- `401` — Unauthorized
- `404` — Note not found

---

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