LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
  • Overview
  • Client
  • AsyncClient
  • Run Helpers
  • Run Trees
  • Evaluation
  • Schemas
  • Utilities
  • Wrappers
  • Anonymizer
  • Testing
  • Expect API
  • Middleware
  • Pytest Plugin
  • Deployment SDK
⌘I

LangChain Assistant

Ask a question to get started

Enter to send•Shift+Enter new line

Menu

OverviewClientAsyncClientRun HelpersRun TreesEvaluationSchemasUtilitiesWrappersAnonymizerTestingExpect APIMiddlewarePytest PluginDeployment SDK
Language
Theme
PythonlangsmithclientListThreadsItem
Class●Since v0.7

ListThreadsItem

Item returned by :meth:Client.list_threads.

Copy
ListThreadsItem()

Bases

TypedDict

Constructors

constructor
__init__
NameType
thread_idstr
runslist[ls_schemas.Run]
countint
min_start_timeOptional[str]
max_start_timeOptional[str]

Attributes

attribute
thread_id: str
attribute
runs: list[ls_schemas.Run]
attribute
count: int
attribute
min_start_time: Optional[str]
attribute
max_start_time: Optional[str]
View source on GitHub