Get Annotation Queue Progress — API
Retrieve progress statistics for an annotation queue, including total, pending, in-progress, completed, and skipped counts with per-annotator breakdowns.
GET
https://api.futureagi.com/model-hub/annotation-queues/{id}/progress/ Authentication
Path parameters
id
The annotation queue ID
Response
200 OK total
Total number of items in the queue.
pending
Items awaiting annotation.
in_progress
Items currently being annotated.
completed
Fully annotated items.
skipped
Skipped items.
progress_pct
Overall completion percentage (0–100).
annotator_stats
Per-annotator breakdown. Each entry has
user_id, name, completed, pending, in_progress, annotations_count. user_progress
Progress scoped to the requesting user. Contains
total, completed, pending, in_progress, skipped, progress_pct. Errors
401
Invalid or missing API credentials.
404
Resource not found.
500
Unexpected server error.