---
title: "Annotation Queues Query Stream"
method: POST
path: "/annotation_queues/query"
tags: ["Annotation Queues"]
---

# Annotation Queues Query Stream

`POST /annotation_queues/query`

Query annotation queues for a project (streaming NDJSON response).

## Request body

- AnnotationQueuesQueryReq — Request to query annotation queues for a project.
  - `project_id` string, required
  - `name` string, nullable — Filter by queue name (case-insensitive partial match)
  - `sort_by` SortBy[], nullable — Sort by multiple fields (e.g., created_at, updated_at, name)
    - `field` string, required
    - `direction` 'asc' | 'desc', required
  - `limit` integer, nullable
  - `offset` integer, nullable

## Response `200`

Successful Response

- unknown

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