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_clientresourcesRunStatsParams
Interface●Since v0.8

RunStatsParams

Copy
interface RunStatsParams

Properties

property
data_source_type: RunsFilterDataSourceTypeEnum | null

Enum for run data source types.

property
end_time: string | null
property
error: boolean | null

JSON body of the response that caused the error

property
execution_order: number | null
property
filter: string | null
property
group_by: RunStatsGroupBy | null

Include additional information about where the group_by param was set.

property
groups: string | null[] | null
property
id: string[] | null
property
is_root: boolean | null
property
parent_run: string | null
property
query: string | null
property
reference_example: string[] | null
property
run_type: RunTypeEnum | null

Enum for run types.

property
search_filter: string | null
property
select: "total_tokens" | "prompt_tokens" | "prompt_token_details" | "completion_tokens" | "completion_token_details" | "total_cost" | "prompt_cost" | "prompt_cost_details" | "completion_cost" | "completion_cost_details" | "feedback_stats" | "run_count" | "latency_p50" | "latency_p99" | "latency_avg" | "first_token_p50" | "first_token_p99" | "median_tokens" | "completion_tokens_p50" | "prompt_tokens_p50" | "tokens_p99" | "completion_tokens_p99" | "prompt_tokens_p99" | "last_run_start_time" | "thread_feedback_stats" | "run_facets" | "error_rate" | "streaming_rate" | "cost_p50" | "cost_p99" | "session_feedback_stats" | "all_run_stats" | "all_token_stats"[] | null
property
session: string[] | null
property
skip_pagination: boolean | null
property
trace: string | null
property
trace_filter: string | null
property
tree_filter: string | null
property
use_experimental_search: boolean
deprecatedproperty
start_time: string | null
View source on GitHub