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

# Get Conversation Notes

`GET /conversations/{conversation_id}/notes`

Get notes for a conversation, ordered by most recent first.

## Path parameters

- `conversation_id` string, uuid, required

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

Successful Response

- ConversationNoteResponse[]
  - `id` string, uuid, required
  - `conversation_id` string, uuid, required
  - `organization_id` string, required
  - `author_id` string, required
  - `author_name` string, required
  - `body` string, required
  - `image_s3_key` string, nullable
  - `image_url` string, nullable
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

## Other responses

- `404` — Not found
- `422` — Validation Error

---

[API](https://skmtc.dev/noso/apis/crucible-backend-api.md) · [All operations](https://skmtc.dev/noso/apis/crucible-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/noso/crucible-backend-api/revisions/112efbdea3eb/schema)
