GET
/v1/private/annotation-queues/{id}Get annotation queue by idGet annotation queue by id
Parameters
idstring · uuidpathrequiredResponses
objectAnnotationQueue_Public
annotators_per_iteminteger · int32automationobjectShow child attributes
conditionsobjectShow child attributes
groupsarray of objectrequiredShow child attributes
Show array items
conditionsarray of objectrequiredShow child attributes
Show array items
operatorstringrequiredscore_namestringrequiredvaluenumber · doublerequiredenabledbooleanmax_items_in_queueinteger · int32comments_enabledbooleancreated_atstring · date-timecreated_bystringdescriptionstringfeedback_definition_namesarray of stringShow child attributes
feedback_scoresarray of objectShow child attributes
Show array items
namestringrequiredvaluenumberrequiredidstring · uuidinstructionsstringitems_countinteger · int64last_updated_atstring · date-timelast_updated_bystringlock_timeout_secondsinteger · int32namestringrequiredproject_idstring · uuidrequiredproject_namestringreviewersarray of objectShow child attributes
Show array items
statusinteger · int64usernamestringscopestringrequired{
"annotators_per_item": 0,
"automation": {
"conditions": {
"groups": [
{
"conditions": [
{
"operator": "<",
"score_name": "string",
"value": 0
}
]
}
]
},
"enabled": true,
"max_items_in_queue": 0
},
"comments_enabled": true,
"created_at": "2026-06-09T00:00:00Z",
"created_by": "string",
"description": "string",
"feedback_definition_names": [
"string"
],
"feedback_scores": [
{
"name": "string",
"value": 0
}
],
"id": "00000000-0000-0000-0000-000000000000",
"instructions": "string",
"items_count": 0,
"last_updated_at": "2026-06-09T00:00:00Z",
"last_updated_by": "string",
"lock_timeout_seconds": 0,
"name": "string",
"project_id": "00000000-0000-0000-0000-000000000000",
"project_name": "string",
"reviewers": [
{
"status": 0,
"username": "string"
}
],
"scope": "thread"
}objectErrorMessage_Public
codeinteger · int32detailsstringmessagestring{
"code": 0,
"details": "string",
"message": "string"
}