Export Queue
Export annotation queue items and their annotations as JSON or CSV.
GET
https://api.futureagi.com/model-hub/annotation-queues/{id}/export/ Authentication
Path parameters
id
The annotation queue ID
Query parameters
export_format
Export format: json (default) or csv
status
Filter items by status (e.g. completed)
Response
200 OKFor json format: an array of item objects, each with item_id, source_type, status, order, and an annotations array. Each annotation contains label_id, label_name, value, score_source, annotator_name, created_at.
For csv format: a CSV file attachment with columns for all the same fields.
Errors
401
Invalid or missing API credentials.
404
Resource not found.
500
Unexpected server error.