---
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

## Changes

- **2026-01-29** `13059f956116` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/wandb/apis/fastapi/changes/annotation_queues/:queue_id/items/post.md)

---

[API](https://skmtc.dev/wandb/apis/fastapi.md) · [All operations](https://skmtc.dev/wandb/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wandb/fastapi/revisions/56745769989b/schema)
