---
title: "Get all notes"
method: GET
path: "/crm/notes"
tags: ["Notes"]
---

# Get all notes

`GET /crm/notes`

## Query parameters

- `entity` 'companies' | 'deals' | 'contacts'
- `entityIds` string
- `dateFrom` integer
- `dateTo` integer
- `offset` integer
- `limit` integer
- `sort` 'asc' | 'desc'

## Response `200`

Returns notes list with filters

- Note[] — List of notes
  - `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 query params are invalid

---

[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)
