v29

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

Annotation Queue Item Progress Update

Update the annotation state of a queue item for the current annotator.

post/annotation_queues/{queue_id}/items/{item_id}/progress

Path parameters

queue_idstring required
item_idstring required

Request body

project_idstring required
annotation_statestring required

New state: 'in_progress', 'completed', or 'skipped'

Example request

{
  "project_id": "entity/project",
  "annotation_state": "in_progress"
}

Response

Successful Response