---
title: "Add Feedback to a Specific Conversation"
method: POST
path: "/v1/conversations/{conversation_id}/feedback"
tags: ["Conversations"]
---

# Add Feedback to a Specific Conversation

`POST /v1/conversations/{conversation_id}/feedback`

Add Feedback to a Specific Conversation

## Path parameters

- `conversation_id` string, required — ID of the conversation

## Request body

- Comment
  - `comment` string, required — Notes or comments to record
  - `rating` integer, required — Star rating to record

## Response `200`

Feedback added successfully

- ConversationFeedback — Any feedback added to the conversation by business is managed here.
  - `id` string
  - `orgId` string
  - `conversationId` string
  - `feedback` string
  - `rating` integer
  - `createdBy` string
  - `createdAt` string, date-time
  - `updatedBy` string
  - `updatedAt` string, date-time

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/tratahq/apis/trata-ai-api.md) · [All operations](https://skmtc.net/tratahq/apis/trata-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tratahq/trata-ai-api/versions/8f7b69ee5a90/schema)
