Skip to main content
Opik Documentation

Search documentation

Type to search this documentation.

Get annotation queue by id

GET/v1/private/annotation-queues/{id}Get annotation queue by id

Get annotation queue by id

Parameters

idstring · uuidpathrequired

Responses

200Annotation queue resourceapplication/json
objectAnnotationQueue_Public
annotators_per_iteminteger · int32

maximum 1000 · minimum 1

automationobject
Show child attributes
conditionsobject
Show child attributes
groupsarray of objectrequired

maxItems 5 · minItems 0

Show child attributes

maxItems 5 · minItems 0

Show array items
conditionsarray of objectrequired

maxItems 5 · minItems 0

Show child attributes

maxItems 5 · minItems 0

Show array items
operatorstringrequired

one of ">", "<", "="

score_namestringrequired

maxLength 255 · minLength 0

valuenumber · doublerequired
enabledboolean
max_items_in_queueinteger · int32
comments_enabledboolean
created_atstring · date-time
created_bystring
descriptionstring
feedback_definition_namesarray of string
Show child attributes
feedback_scoresarray of object
Show child attributes
Show array items
namestringrequired

minLength 1

valuenumberrequired
idstring · uuid
instructionsstring
items_countinteger · int64
last_updated_atstring · date-time
last_updated_bystring
lock_timeout_secondsinteger · int32

maximum 3600 · minimum 1

namestringrequired

minLength 1

project_idstring · uuidrequired
project_namestring
reviewersarray of object
Show child attributes
Show array items
statusinteger · int64
usernamestring
scopestringrequired

one of "trace", "thread"

Example response
{
  "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"
}
404Not Foundapplication/json
objectErrorMessage_Public
codeinteger · int32
detailsstring
messagestring
Example response
{
  "code": 0,
  "details": "string",
  "message": "string"
}
Documentation menu