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

# Get a note

`GET /crm/notes/{id}`

## Path parameters

- `id` string, required

## Response `200`

Returns the Note by id

- Note — Note Details
  - `id` string — Unique note Id
  - `text` string, required — Text content of a note
  - `contactIds` integer[] — Contact ids linked to a note
  - `dealIds` string[] — Deal ids linked to a note
  - `authorId` object — Account details of user which created the note
  - `createdAt` string, date-time — Note created date/time
  - `updatedAt` string, date-time — Note updated date/time

## Other responses

- `400` — Returned when invalid data posted
- `404` — Returned when item not found

---

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