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

# Get Size From Annotation Queue

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

## Path parameters

- `queue_id` string, uuid, required

## Query parameters

- `status` 'needs_my_review' | 'needs_others_review' | 'completed', nullable

## Response `200`

Successful Response

- AnnotationQueueSizeSchema — Size of an Annotation Queue
  - `size` integer, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-03-19** `7bbcecd856b2` — 1 warning
  - deleted the `query` request parameter `status`
- **2026-03-11** `5897df13cd2d` — 1 info
  - added the new optional `query` request parameter `status`

[Change history](https://skmtc.dev/langchain-ai/apis/langsmith/changes/api/v1/annotation-queues/:queue_id/size/get.md)

---

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