Get Annotation Queue Analytics — API

Retrieve detailed analytics for a queue including daily throughput, annotator performance, label score distribution, and item status breakdown.

GET https://api.futureagi.com/model-hub/annotation-queues/{id}/analytics/

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
throughput object

Throughput metrics. Contains daily (array of {date, count} for the last 30 days), total_completed, and avg_per_day.

annotator_performance array

Per-annotator performance. Each entry has user_id, name, completed, last_active.

label_distribution object

Per-label value distribution keyed by label UUID. Each entry has name, type, and values (map of value → count).

status_breakdown object

Item counts by status (e.g. {"pending": 50, "in_progress": 8, "completed": 42}).

total integer
Total number of items in the queue.

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