---
title: "Get conversation notes"
method: GET
path: "/conversations/{id}/notes"
tags: ["Notes"]
---

# Get conversation notes

`GET /conversations/{id}/notes`

Lists all notes in a conversation.

## Path parameters

- `id` string, required

## Query parameters

- `after` string, nullable
- `before` string, nullable
- `limit` integer

## Response `200`

OK

- PANotePagedDocsExample
  - `url` string
  - `results` PANoteDTO[]
    - `id` string — The ID of the note
    - `author` PANoteAuthorDTO
      - `id` string — The ID of the note author
      - `email` string, nullable — The email address of the note author
      - `url` string, nullable — The URL of the author resource when available
      - `name` string — The display name of the note author
    - `created_at` string, date-time
    - `updated_at` string, date-time
    - `content` string — The content of the note
    - `file_ids` FilePublicId[] — The IDs of the files attached to the note
      - `id` string
    - `conversation_id` string, nullable — The ID of the conversation the note belongs to
    - `url` string — The URL of the note resource
  - `pagination` Pagination
    - `next_cursor` string, nullable
    - `previous_cursor` string, nullable
    - `next_url` string, nullable
    - `previous_url` string, nullable

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.dev/superchat/apis/superchat-api.md) · [All operations](https://skmtc.dev/superchat/apis/superchat-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/superchat/superchat-api/revisions/3bc557a0072f/schema)
