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

ThreadQueryParams

Copy
interface ThreadQueryParams

Bases

ItemsCursorPostPaginationParams

Properties

Inherited fromItemsCursorPostPaginationParams

Properties

Pcursor: stringPpage_size: number
View source on GitHub
property
cursor: string
property
filter: string
property
max_start_time: string
property
min_start_time: string
property
page_size: number
property
project_id: string

Body param: max_start_time is the upper bound for run start_time (RFC3339). Defaults to now.

Body param: min_start_time is the lower bound for run start_time (RFC3339). Defaults to 1 day ago.

project_id is the tracing project UUID this run was logged to.