---
title: "Get Annotation Queue"
method: GET
path: "/api/v1/annotation-queues/{queue_id}"
tags: ["annotation-queues"]
---

# Get Annotation Queue

`GET /api/v1/annotation-queues/{queue_id}`

## Path parameters

- `queue_id` string, uuid, required

## Response `200`

Successful Response

- AnnotationQueueSchemaWithRubric — AnnotationQueue schema with rubric.
  - `description` string, nullable
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `num_reviewers_per_item` integer, nullable
  - `enable_reservations` boolean, nullable
  - `reservation_minutes` integer, nullable
  - `reviewer_access_mode` string
  - `name` string, required
  - `id` string, uuid, required
  - `tenant_id` string, uuid, required
  - `source_rule_id` string, uuid, nullable
  - `run_rule_id` string, uuid, nullable
  - `default_dataset` string, uuid, nullable
  - `queue_type` 'single' | 'pairwise', required
  - `metadata` object, nullable
  - `assigned_reviewers` AssignedReviewerSchema[]
    - `id` string, uuid, required
    - `name` string, nullable
    - `email` string, nullable
  - `rubric_items` AnnotationQueueRubricItemSchema[], nullable
    - `feedback_key` string, required
    - `description` string, nullable
    - `value_descriptions` object, nullable
    - `score_descriptions` object, nullable
    - `is_required` boolean, nullable
    - `is_assertion` boolean, nullable
  - `rubric_instructions` string, nullable

## Other responses

- `422` — Validation 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)
