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
  • Traceable
  • Jestlike
  • Vercel
  • Anthropic
  • Sandbox
⌘I

LangChain Assistant

Ask a question to get started

Enter to send•Shift+Enter new line

Menu

LangSmith
ClientRun TreesTraceableEvaluationSchemasLangchainJestVitestWrappersAnonymizerTraceableJestlikeVercelAnthropicSandbox
Language
Theme
JavaScriptlangsmithclientListThreadsItem
Interface●Since v0.7

ListThreadsItem

Item returned by Client.listThreads.

Copy
interface ListThreadsItem

Bases

Thread

Properties

View source on GitHub
property
count: number
property
feedback_stats: any
property
filter: string
property
first_inputs: string
property
last_error: string | null
property
last_outputs: string
property
latency_p50: number
property
latency_p99: number
property
max_start_time: string
property
min_start_time: string
property
runs: Run[]
property
thread_id: string
property
total_cost: number | null
property
total_tokens: number