---
title: "get customer note"
method: POST
path: "/instances/{id}/client/action/get-customer-note"
tags: ["chat"]
---

# get customer note

`POST /instances/{id}/client/action/get-customer-note`

Retrieves the note associated with a customer chat.

## Path parameters

- `id` integer, required

## Request body

- object
  - `chatId` string, required — Chat ID <countrycode_short><usernumber>@c.us or @g.us for groups

## Response `200`

Customer note retrieved successfully

- object
  - `status` 'success' | 'error'
  - `instanceId` string
  - `data` object
    - `note` object, nullable
      - `chatId` string — The chat ID the note belongs to
      - `content` string — The note content
      - `createdAt` string — When the note was created
      - `id` string — Unique note identifier
      - `modifiedAt` string — When the note was last modified
      - `type` string — The type of the note

## Other responses

- `401` — Unauthorized — invalid or missing bearer token
- `403` — Forbidden — insufficient permissions or account blocked
- `404` — Not found — instance does not exist or does not belong to you
- `409` — Conflict — instance is not ready
- `422` — Validation error — invalid or missing request parameters
- `429` — Too many requests — rate limit exceeded

---

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