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_clientresourcesAnnotationQueuesItemCreateResponseItem
Interface●Since v0.10

Item

Copy
interface Item

Properties

property
added_at: string
property
id: string
property
item_type: "RUN" | "THREAD"
property
last_reviewed_time: string

LastReviewedTime is always present on the wire (null until reviewed).

property
project_id: string
property
queue_id: string
property
run_id: string

RUN fields

property
source_proposed_example_id: string

SourceProposedExampleID links the queue item to the suggested example it was created from, when applicable.

property
start_time: string
property
thread_id: string
View source on GitHub