List Annotation Queues — API
List annotation queues with optional filters for status and name search. Supports pagination and optionally includes item counts per queue.
GET
https://api.futureagi.com/model-hub/annotation-queues/ Authentication
Query parameters
status
Filter by queue status
search
Search queues by name
include_counts
When true, each queue includes label_count, annotator_count, item_count, and completed_count.
page
Page number for pagination
page_size
Number of results per page
Response
200 OK count
Total number of matching queues.
next
URL for the next page, or null.
previous
URL for the previous page, or null.
results
Array of Queue objects. Each contains
id, name, description, instructions, status, assignment_strategy, annotations_required, reservation_timeout_minutes, requires_review, auto_assign, organization, project, dataset, agent_definition, is_default, labels, annotators, created_by, created_by_name, created_at. When include_counts=true, also includes label_count, annotator_count, item_count, completed_count. Errors
401
Invalid or missing API credentials.
500
Unexpected server error.