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

# POST /v2/feedback/evaluation

`POST /v2/feedback/evaluation`

## Request body

- union
  - object
    - `id` string, required — The unique identifier of the human evaluation
    - `evaluation_type` 'human_review', required — The type of evaluation
    - `human_review_id` string — The unique identifier of the human review. Omitted on corrections, which inherit the parent evaluator output schema.
    - `source` 'orq' | 'external'
    - `explanation` string — Optional free-text explanation of the value
    - `reviewed_at` string, date-time — Deprecated. The date and time the item was reviewed
    - `type` 'string', required
    - `value` string, required
    - `trace_id` string, required
  - object
    - `id` string, required — The unique identifier of the human evaluation
    - `evaluation_type` 'human_review', required — The type of evaluation
    - `human_review_id` string — The unique identifier of the human review. Omitted on corrections, which inherit the parent evaluator output schema.
    - `source` 'orq' | 'external'
    - `explanation` string — Optional free-text explanation of the value
    - `reviewed_at` string, date-time — Deprecated. The date and time the item was reviewed
    - `type` 'number', required
    - `value` number, required
    - `trace_id` string, required
  - object
    - `id` string, required — The unique identifier of the human evaluation
    - `evaluation_type` 'human_review', required — The type of evaluation
    - `human_review_id` string — The unique identifier of the human review. Omitted on corrections, which inherit the parent evaluator output schema.
    - `source` 'orq' | 'external'
    - `explanation` string — Optional free-text explanation of the value
    - `reviewed_at` string, date-time — Deprecated. The date and time the item was reviewed
    - `type` 'boolean', required
    - `value` boolean, required
    - `trace_id` string, required
  - object
    - `id` string, required — The unique identifier of the human evaluation
    - `evaluation_type` 'human_review', required — The type of evaluation
    - `human_review_id` string — The unique identifier of the human review. Omitted on corrections, which inherit the parent evaluator output schema.
    - `source` 'orq' | 'external'
    - `explanation` string — Optional free-text explanation of the value
    - `reviewed_at` string, date-time — Deprecated. The date and time the item was reviewed
    - `type` 'string_array', required
    - `values` string[], required
    - `trace_id` string, required

## Response `200`

Event has been dispatched to report the feedback

---

[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/1072e5ba28ab/schema)
