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

# Get Total Size From Annotation Queue

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

## Path parameters

- `queue_id` string, uuid, required

## Response `200`

Successful Response

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

## Other responses

- `422` — Validation Error

---

[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)
