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

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.

Query parameters

status string Optional

Filter by queue status

search string Optional

Search queues by name

include_counts boolean Optional

When true, each queue includes label_count, annotator_count, item_count, and completed_count.

page integer Optional

Page number for pagination

page_size integer Optional

Number of results per page

Response

200 OK
count integer
Total number of matching queues.
next string
URL for the next page, or null.
previous string
URL for the previous page, or null.
results array
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 Unauthorized Optional

Invalid or missing API credentials.

500 Internal Server Error Optional

Unexpected server error.

GET /
Authentication
REQUEST
 
RESPONSE