LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
LangSmith
  • Client
  • Run Trees
  • Traceable
  • Evaluation
  • Schemas
  • Langchain
  • Jest
  • Vitest
  • Wrappers
  • Anonymizer
  • Jestlike
  • Vercel
  • Anthropic
  • Sandbox
⌘I

LangChain Assistant

Ask a question to get started

Enter to send•Shift+Enter new line

Menu

LangSmith
ClientRun TreesTraceableEvaluationSchemasLangchainJestVitestWrappersAnonymizerJestlikeVercelAnthropicSandbox
Language
Theme
JavaScriptlangsmith_openapi_clientresourcesAnnotationQueueRetrieveResponse
Interface●Since v0.8

AnnotationQueueRetrieveResponse

AnnotationQueue schema with rubric.

Copy
interface AnnotationQueueRetrieveResponse

Properties

property
assigned_reviewers: AssignedReviewer[]
property
created_at: string
property
default_dataset: string | null
property
description: string | null
property
enable_reservations: boolean | null
property
id: string
property
metadata: __type | null
property
name: string
property
num_reviewers_per_item: number | null
property
queue_type: "single" | "pairwise"
property
reservation_minutes: number | null
property
reviewer_access_mode: string
property
rubric_instructions: string | null
property
rubric_items: AnnotationQueueRubricItemSchema[] | null
property
run_rule_id: string | null
property
source_rule_id: string | null
property
tenant_id: string
property
updated_at: string
View source on GitHub