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

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

Query parameters

export_format string Optional

Export format: json (default) or csv

status string Optional

Filter items by status (e.g. completed)

Response

200 OK

For 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 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