Get Annotation Item Detail — API

Retrieve a queue item with full source content, queue metadata, labels, existing annotations, and navigation pointers for the annotation interface.

GET https://api.futureagi.com/model-hub/annotation-queues/{queue_id}/items/{item_id}/annotate-detail/

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

queue_id UUID Required

The annotation queue ID

item_id UUID Required

The queue item ID

Query parameters

reserve boolean Optional

When true, atomically reserves the item for the current user to prevent concurrent annotation. Defaults to false.

Response

200 OK
item object
Queue item details including id, source_type, status, review_status, order, assigned_to_id, assigned_to_name, assigned_users, source_content, source_preview.
queue object
Queue summary with id, name, status, instructions.
labels array
Labels configured for the queue with full settings.
annotations array
Existing annotations for this item by the current user (or all annotators for reviewers).
progress object
Queue progress with total, completed, current_position, and user_progress (total, completed).
next_item_id string
UUID of the next item, or null.
prev_item_id string
UUID of the previous item, or null.

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