Get Annotation Queue — API

Retrieve full details of an annotation queue by UUID, including assignment strategy, labels, annotators, review settings, and creation metadata.

GET https://api.futureagi.com/model-hub/annotation-queues/{id}/

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

Response

200 OK
id string
UUID of the queue.
name string
Queue name.
description string
Queue description.
instructions string
Annotator instructions.
status string
Queue status.
assignment_strategy string
Assignment strategy.
annotations_required integer
Annotations required per item.
reservation_timeout_minutes integer
Reservation timeout in minutes.
requires_review boolean
Whether review is required.
auto_assign boolean
Whether auto-assign is enabled.
organization string
Organization UUID.
project string
Associated project UUID or null.
dataset string
Associated dataset UUID or null.
agent_definition string
Associated agent definition UUID or null.
is_default boolean
Whether this is a default queue.
labels array
Attached labels.
annotators array
Queue members.
created_by string
Creator user UUID.
created_by_name string
Creator name.
created_at string
ISO 8601 creation timestamp.

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