v29

latestOpenAPI 3.1.0raw.githubusercontent.com2026-02-0286184235.0 KB
Annotation Queues

Annotation Queues Query Stream

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

post/annotation_queues/query

Request body

project_idstring required
namestring nullable

Filter by queue name (case-insensitive partial match)

limitinteger nullable
offsetinteger nullable

Example request

{
  "project_id": "entity/project",
  "name": "Error",
  "limit": 10
}

Response

Successful Response

{"stackTrail":"paths:/annotation_queues/query:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}