---
title: "Batch feedback scoring for threads"
method: PUT
path: "/v1/private/traces/threads/feedback-scores"
tags: ["Traces"]
---

# Batch feedback scoring for threads

`PUT /v1/private/traces/threads/feedback-scores`

Batch feedback scoring for threads

## Request body

- FeedbackScoreBatchThread
  - `scores` FeedbackScoreBatchItemThread[], required
    - `project_name` string — If null, the default project is used
    - `project_id` string, uuid
    - `name` string, required
    - `category_name` string
    - `value` number, required
    - `reason` string
    - `source` 'ui' | 'sdk' | 'online_scoring', required
    - `author` string
    - `source_queue_id` string, uuid
    - `thread_id` string, required

## Response `204`

No Content

## Changes

- **2026-06-19** `580e3bc69e8a` — 1 info
  - added the new optional request property `scores/items/source_queue_id`
- **2026-05-04** `d606e84c75e4` — 1 warning
  - removed the request property `scores/items/source_queue_id`

[Change history](https://skmtc.dev/comet-ml/apis/opik-rest-api/changes/v1/private/traces/threads/feedback-scores/put.md)

---

[API](https://skmtc.dev/comet-ml/apis/opik-rest-api.md) · [All operations](https://skmtc.dev/comet-ml/apis/opik-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/comet-ml/opik-rest-api/revisions/a835604ec403/schema)
