Get Annotation Queue Analytics — API
Retrieve detailed analytics for a queue including daily throughput, annotator performance, label score distribution, and item status breakdown.
https://api.futureagi.com/model-hub/annotation-queues/{id}/analytics/ Authentication
Path parameters
The annotation queue ID
Response
200 OKThroughput metrics. Contains daily (array of {date, count} for the last 30 days), total_completed, and avg_per_day.
Per-annotator performance. Each entry has user_id, name, completed, last_active.
Per-label value distribution keyed by label UUID. Each entry has name, type, and values (map of value → count).
Item counts by status (e.g. {"pending": 50, "in_progress": 8, "completed": 42}).
Errors
Invalid or missing API credentials.
Resource not found.
Unexpected server error.