---
title: "Annotation Queues Stats"
method: POST
path: "/annotation_queues/stats"
tags: ["Annotation Queues"]
---

# Annotation Queues Stats

`POST /annotation_queues/stats`

Get stats for multiple annotation queues.

## Request body

- AnnotationQueuesStatsReq — Request to get stats for multiple annotation queues.
  - `project_id` string, required
  - `queue_ids` string[], required — List of queue IDs to get stats for

## Response `200`

Successful Response

- AnnotationQueuesStatsRes — Response with stats for multiple annotation queues.
  - `stats` AnnotationQueueStatsSchema[], required
    - `queue_id` string, required — The queue ID
    - `total_items` integer, required — Total number of items in the queue
    - `completed_items` integer, required — Number of items completed or skipped by at least one annotator

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/wandb/apis/fastapi.md) · [All operations](https://skmtc.net/wandb/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wandb/fastapi/versions/56745769989b/schema)
