---
title: "Get annotation queue by id"
method: GET
path: "/v1/private/annotation-queues/{id}"
tags: ["Annotation Queues"]
---

# Get annotation queue by id

`GET /v1/private/annotation-queues/{id}`

Get annotation queue by id

## Path parameters

- `id` string, uuid, required

## Response `200`

Annotation queue resource

- AnnotationQueuePublic
  - `id` string, uuid
  - `project_id` string, uuid, required
  - `project_name` string
  - `name` string, required
  - `description` string
  - `instructions` string
  - `scope` 'trace' | 'thread', required
  - `comments_enabled` boolean
  - `feedback_definition_names` string[]
  - `annotators_per_item` integer
  - `lock_timeout_seconds` integer
  - `reviewers` AnnotationQueueReviewerPublic[]
    - `username` string
    - `status` integer
  - `feedback_scores` FeedbackScoreAveragePublic[]
    - `name` string, required
    - `value` number, required
  - `items_count` integer
  - `created_at` string, date-time
  - `created_by` string
  - `last_updated_at` string, date-time
  - `last_updated_by` string

## Other responses

- `404` — Not Found

## Changes

- **2026-06-12** `3c8b8cd609d5` — 1 info
  - added the optional property `lock_timeout_seconds` to the response with the `200` status
- **2026-05-27** `3953a50a6a0e` — 1 info
  - added the optional property `annotators_per_item` to the response with the `200` status
- **2026-05-04** `d606e84c75e4` — 2 warning
  - removed the optional property `annotators_per_item` from the response with the `200` status
  - removed the optional property `lock_timeout_seconds` from the response with the `200` status

[Change history](https://skmtc.dev/comet-ml/apis/opik-rest-api/changes/v1/private/annotation-queues/:id/get.md)

---

[API](https://skmtc.dev/comet-ml/apis/opik-rest-api.md) · [All operations](https://skmtc.dev/comet-ml/apis/opik-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/comet-ml/opik-rest-api/revisions/1a1bcfd67f99/schema)
