List Annotation Queue Items — API
List items in an annotation queue with pagination. Filter by status, source type, or assigned user. Returns item details and annotation progress.
GET
https://api.futureagi.com/model-hub/annotation-queues/{queue_id}/items/ Authentication
Path parameters
queue_id
The annotation queue ID
Query parameters
status
Filter by status: pending, in_progress, completed, skipped
source_type
Filter by source type (e.g. trace)
assigned_to
Filter by assigned user
page
Page number
page_size
Results per page
Response
200 OK count
Total number of matching items.
next
URL for the next page, or null.
previous
URL for the previous page, or null.
results
Array of QueueItem objects. Each contains
id, source_type, status, order, assigned_to, created_at. Errors
401
Invalid or missing API credentials.
404
Resource not found.
500
Unexpected server error.