---
title: "POST /v2/feedback"
method: POST
path: "/v2/feedback"
tags: ["Feedback"]
---

# POST /v2/feedback

`POST /v2/feedback`

## Request body

- object
  - `id` string, ulid — Unique identifier for the feedback
  - `property` string, required — A string describing the specific property or aspect rated.
  - `value` union, required — The feedback value. For single selection of multiple choice, the value should be an array of strings. For `correction`, the value should be a string.
    - string
    - number
    - string[]
  - `trace_id` string, required — The id returned by the [`get_config`](https://docs.orq.ai/reference/deployments/get-config) or [`invoke`](https://docs.orq.ai/reference/deployments/invoke) endpoints
  - `product` 'remoteconfigs' | 'deployments' | 'experiments' | 'playgrounds' | 'spreadsheets' | 'spreadsheet_run' | 'llm_evaluator' | 'knowledge' | 'router' | 'workflows' | 'external_events' | 'agents' | 'memory-stores' | 'generic' | 'evaluators' | 'otel' | 'ai-chat'

## Response `200`

Event has been dispatched to delete the feedback

- object
  - `id` string, ulid — Unique identifier for the feedback
  - `property` string, required — A string describing the specific property or aspect rated.
  - `value` union, required — The feedback value. For single selection of multiple choice, the value should be an array of strings. For `correction`, the value should be a string.
    - string
    - number
    - string[]
  - `trace_id` string, required — The id returned by the [`get_config`](https://docs.orq.ai/reference/deployments/get-config) or [`invoke`](https://docs.orq.ai/reference/deployments/invoke) endpoints
  - `product` 'remoteconfigs' | 'deployments' | 'experiments' | 'playgrounds' | 'spreadsheets' | 'spreadsheet_run' | 'llm_evaluator' | 'knowledge' | 'router' | 'workflows' | 'external_events' | 'agents' | 'memory-stores' | 'generic' | 'evaluators' | 'otel' | 'ai-chat'

## Other responses

- `400` — Bad Request
- `404` — Workspace ID is not found on the request

---

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