---
title: "List Surface Feedback"
method: GET
path: "/api/v1/a2ui/surfaces/{surface_id}/feedback"
tags: ["A 2 UI"]
---

# List Surface Feedback

`GET /api/v1/a2ui/surfaces/{surface_id}/feedback`

ListSurfaceFeedback lists feedback for a surface.

## Path parameters

- `surface_id` string, required — The surfaceId field.

## Response `200`

A2UIServiceListSurfaceFeedbackResponse returns feedback for a surface.

- C1ApiA2uiV1A2UIServiceListSurfaceFeedbackResponse — A2UIServiceListSurfaceFeedbackResponse returns feedback for a surface.
  - `feedback` C1ApiA2uiV1A2UISurfaceFeedback[], nullable — The feedback field.
    - `actionName` string — The actionName field.
    - `componentsSnapshot` string — The componentsSnapshot field.
    - `conversationId` string — The conversationId field.
    - `createdAt` string, date-time, nullable
    - `dataModelSnapshot` string — The dataModelSnapshot field.
    - `id` string — The id field.
    - `schemaVersion` string, int64 — The schemaVersion field.
    - `sentiment` 'A2UI_SURFACE_FEEDBACK_SENTIMENT_UNSPECIFIED' | 'A2UI_SURFACE_FEEDBACK_SENTIMENT_POSITIVE' | 'A2UI_SURFACE_FEEDBACK_SENTIMENT_NEGATIVE' — The sentiment field.
    - `surfaceId` string — The surfaceId field.
    - `text` string — The text field.

## Changes

- **2026-08-21** `f2cf3228f366` — 1 breaking
  - the response property `feedback/items/createdAt` became nullable for the status `200`
- **2026-04-30** `fa2bb307d6fa` — 1 info
  - added the optional property `feedback/items/componentsSnapshot` to the response with the `200` status
- **2026-03-10** `7fa698b04b81` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/conductorone/apis/c1-api/changes/api/v1/a2ui/surfaces/:surface_id/feedback/get.md)

---

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