Get Queue Item Annotations — API
Retrieve all annotation scores submitted for a specific queue item, including label values, score source, annotator ID, and timestamps.
GET
https://api.futureagi.com/model-hub/annotation-queues/{queue_id}/items/{item_id}/annotations/ Authentication
Path parameters
queue_id
The annotation queue ID
item_id
The queue item ID
Response
200 OKAn array of Score objects (annotations) for the item across all annotators, ordered by most recent first. Each contains: id, label, value, score_source, annotator, created_at, updated_at.
Errors
401
Invalid or missing API credentials.
404
Resource not found.
500
Unexpected server error.