---
title: "Add items to an annotation queue"
method: POST
path: "/v2/annotation-queues/{annotation_queue_id}/items"
tags: ["Annotation Queues"]
---

# Add items to an annotation queue

`POST /v2/annotation-queues/{annotation_queue_id}/items`

Adds items to the specified annotation queue.

## Path parameters

- `annotation_queue_id` string, required

## Request body

- object
  - `items` object[], required — The spans to add to the annotation queue
    - `span_id` string, required
    - `trace_id` string, required

## Response `200`

Annotation queue items added.

- object[]
  - `_id` string, required
  - `annotation_queue_id` string, required — The unique identifier of the annotation queue
  - `workspace_id` string, required — The unique identifier of the workspace it belongs to
  - `used_human_review_ids` string[] — The unique identifiers of the human reviews that have been used to annotate the item
  - `span_id` string, required
  - `trace_id` string — The trace identifier this span belongs to
  - `type` 'span', required

---

[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/revisions/865f9d919d13/schema)
