Get Annotation Item Detail — API
Retrieve a queue item with full source content, queue metadata, labels, existing annotations, and navigation pointers for the annotation interface.
GET
https://api.futureagi.com/model-hub/annotation-queues/{queue_id}/items/{item_id}/annotate-detail/ Authentication
Path parameters
queue_id
The annotation queue ID
item_id
The queue item ID
Query parameters
reserve
When true, atomically reserves the item for the current user to prevent concurrent annotation. Defaults to false.
Response
200 OK item
Queue item details including
id, source_type, status, review_status, order, assigned_to_id, assigned_to_name, assigned_users, source_content, source_preview. queue
Queue summary with
id, name, status, instructions. labels
Labels configured for the queue with full settings.
annotations
Existing annotations for this item by the current user (or all annotators for reviewers).
progress
Queue progress with
total, completed, current_position, and user_progress (total, completed). next_item_id
UUID of the next item, or null.
prev_item_id
UUID of the previous item, or null.
Errors
401
Invalid or missing API credentials.
404
Resource not found.
500
Unexpected server error.