---
title: "Get conversation feedbacks"
method: GET
path: "/api/w/{wId}/assistant/conversations/{cId}/feedbacks"
tags: ["Private Conversations"]
---

# Get conversation feedbacks

`GET /api/w/{wId}/assistant/conversations/{cId}/feedbacks`

Retrieve all feedbacks for a conversation submitted by the authenticated user.

## Path parameters

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

## Response `200`

Successfully retrieved feedbacks

- object
  - `feedbacks` PrivateFeedback[]
    - `id` integer, required
    - `sId` string, required
    - `messageId` string, required
    - `agentMessageId` integer, required
    - `userId` integer, required
    - `thumbDirection` 'up' | 'down', required
    - `content` string, nullable — Optional text feedback from the user
    - `createdAt` string, date-time, required
    - `agentConfigurationId` string, required
    - `agentConfigurationVersion` integer, required
    - `isConversationShared` boolean, required
    - `dismissed` boolean, required

## 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)
