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
Example request
{
"project_id": "entity/project",
"filter": {
"annotation_states": [
"unstarted",
"in_progress"
]
},
"limit": 50
}Response
Successful Response