---
title: "Annotation Queue Add Calls"
method: POST
path: "/annotation_queues/{queue_id}/items"
tags: ["Annotation Queues"]
---

# Annotation Queue Add Calls

`POST /annotation_queues/{queue_id}/items`

Add calls to an annotation queue.

## Path parameters

- `queue_id` string, required

## Request body

- AnnotationQueueAddCallsBody — Request body for adding calls to an annotation queue (queue_id comes from path).
  - `project_id` string, required
  - `call_ids` string[], required
  - `display_fields` string[], required — JSON paths to display to annotators

## Response `200`

Successful Response

- AnnotationQueueAddCallsRes — Response from adding calls to a queue.
  - `added_count` integer, required
  - `duplicates` integer, 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/versions/8d8d96fc0fd3/schema)
