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

X-Api-Key API Key Required

Your Future AGI API key used to authenticate requests. You can find and manage your API keys in the Dashboard under Settings.

X-Secret-Key Secret Key Required

Your Future AGI secret key, used alongside the API key for request authentication. This is generated when you create an API key in the Dashboard.

Path parameters

id UUID Required

The annotation queue ID

Response

200 OK
total integer
Total number of items in the queue.
pending integer
Items awaiting annotation.
in_progress integer
Items currently being annotated.
completed integer
Fully annotated items.
skipped integer
Skipped items.
progress_pct number
Overall completion percentage (0–100).
annotator_stats array
Per-annotator breakdown. Each entry has user_id, name, completed, pending, in_progress, annotations_count.
user_progress object
Progress scoped to the requesting user. Contains total, completed, pending, in_progress, skipped, progress_pct.

Errors

401 Unauthorized Optional

Invalid or missing API credentials.

404 Not Found Optional

Resource not found.

500 Internal Server Error Optional

Unexpected server error.

GET /
Authentication
REQUEST
 
RESPONSE