---
title: "Feedback Create Batch"
method: POST
path: "/feedback/batch/create"
tags: ["Feedback"]
---

# Feedback Create Batch

`POST /feedback/batch/create`

Add multiple feedback items to calls or objects.

## Request body

- FeedbackCreateBatchReq
  - `batch` FeedbackCreateReq[], required
    - `id` string, nullable — If provided by the client, this ID will be used for the feedback row instead of a server-generated one.
    - `project_id` string, required
    - `weave_ref` string, required
    - `creator` string, nullable
    - `feedback_type` string, required
    - `payload` object, required
    - `annotation_ref` string, nullable
    - `runnable_ref` string, nullable
    - `call_ref` string, nullable
    - `trigger_ref` string, nullable
    - `queue_id` string, nullable — The annotation queue ID this feedback was created from. References annotation_queues.id. NULL when feedback is created outside of queues.
    - `scorer_tags` string[] — Tags applied to the ref by a scorer
    - `scorer_tag_reasons` object — reason text per tag, keyed by tag name
    - `scorer_tag_confidences` object — confidence (0-1) per tag, keyed by tag name
    - `scorer_ratings` object — numeric ratings (0-1) keyed by rating name
    - `scorer_rating_reasons` object — reason text per rating, keyed by rating name
    - `scorer_rating_confidences` object — confidence (0-1) per rating, keyed by rating name
    - `span_agent_name` string — Display name of the scored agent (from spans.agent_name)
    - `span_agent_version` string — Version of the scored agent (from spans.agent_version)
    - `span_status_code` string — Status of the scored turn (from spans.status_code)
    - `wb_user_id` string, nullable — Do not set directly. Server will automatically populate this field.

## Response `200`

Successful Response

- FeedbackCreateBatchRes
  - `res` FeedbackCreateRes[], required
    - `id` string, required
    - `created_at` string, date-time, required
    - `wb_user_id` string, required
    - `payload` object, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/wandb/apis/serverless-training.md) · [All operations](https://skmtc.net/wandb/apis/serverless-training/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wandb/serverless-training/revisions/8d8d96fc0fd3/schema)
