---
title: "Add a reviewer to an annotation queue"
method: POST
path: "/v1/platform/annotation-queues/{queue_id}/reviewers"
tags: ["annotation_queues"]
---

# Add a reviewer to an annotation queue

`POST /v1/platform/annotation-queues/{queue_id}/reviewers`

Assigns a single identity as a reviewer for the queue. Idempotent.

## Path parameters

- `queue_id` string, required

## Request body

- AnnotationqueuesAddReviewerRequest
  - `identity_id` string, required

## Response `201`

Created

- AnnotationqueuesAddReviewerResponse
  - `identity_id` string

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/langchain-ai/apis/langsmith.md) · [All operations](https://skmtc.net/langchain-ai/apis/langsmith/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/langchain-ai/langsmith/revisions/a0acb3a6a101/schema)
