v29

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

Annotation Queue Items Query

Query items in an annotation queue with pagination and sorting.

post/annotation_queues/{queue_id}/items/query

Path parameters

queue_idstring required

Request body

project_idstring required
limitinteger nullable
offsetinteger nullable
include_positionboolean

Include position_in_queue field (1-based index in full queue)

Example request

{
  "project_id": "entity/project",
  "filter": {
    "annotation_states": [
      "unstarted",
      "in_progress"
    ]
  },
  "limit": 50
}

Response

Successful Response