---
title: "Get a list of internal notes of a conversation"
method: GET
path: "/v1/conversations/{csid}/notes"
tags: ["Conversations", "Wrapup", "Note"]
deprecated: true
---

# Get a list of internal notes of a conversation

`GET /v1/conversations/{csid}/notes`

> **Deprecated.**

## Path parameters

- `csid` integer, required

## Response `200`

A list of internal notes

- object
  - `data` Note[], required
    - `id` string, required
    - `created_at` string, required
    - `requester_id` string
    - `text` string, required — Text of the note

---

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