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

ThreadListTracesParams

Copy
interface ThreadListTracesParams

Bases

ItemsCursorGetPaginationParams

Properties

Inherited fromItemsCursorGetPaginationParams

Properties

Pcursor: stringPpage_size: number
View source on GitHub
property
cursor: string
property
filter: string
property
page_size: number
property
project_id: string
property
selects: "NAME" | "START_TIME" | "END_TIME" | "FIRST_TOKEN_TIME" | "ERROR_PREVIEW" | "INPUTS_PREVIEW" | "OUTPUTS_PREVIEW" | "TRACE_ID" | "THREAD_ID" | "TOTAL_TOKENS" | "PROMPT_TOKENS" | "COMPLETION_TOKENS" | "TOTAL_COST" | "PROMPT_COST" | "COMPLETION_COST" | "PROMPT_TOKEN_DETAILS" | "COMPLETION_TOKEN_DETAILS" | "PROMPT_COST_DETAILS" | "COMPLETION_COST_DETAILS" | "OP" | "LATENCY"[]

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

selects lists which run properties to include. Omitted => only id. Tokens mirror /v2/runs/query.