---
title: "Submit message feedback"
method: POST
path: "/api/w/{wId}/assistant/conversations/{cId}/messages/{mId}/feedbacks"
tags: ["Private Messages"]
---

# Submit message feedback

`POST /api/w/{wId}/assistant/conversations/{cId}/messages/{mId}/feedbacks`

Create or update feedback (thumbs up/down) for a specific agent message.

## Path parameters

- `wId` string, required
- `cId` string, required
- `mId` string, required

## Request body

- object
  - `thumbDirection` 'up' | 'down', required
  - `feedbackContent` string, nullable
  - `isConversationShared` boolean

## Response `200`

Successfully submitted feedback

- object
  - `success` boolean

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/dust-tt/apis/dust-api-documentation.md) · [All operations](https://skmtc.net/dust-tt/apis/dust-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dust-tt/dust-api-documentation/versions/5834d690c29d/schema)
