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_clientresourcesRunsRunIngest
Interface●Since v0.9

RunIngest

Copy
interface RunIngest

Properties

property
dotted_order: string

dotted_order is the hierarchical ordering key for trace trees.

property
end_time: string

end_time is when the run ended (RFC3339 date-time). JSON null if the run has not finished yet.

property
error: string

JSON body of the response that caused the error

property
events: __type[]

events is the ordered list of run events (for example streaming tokens).

property
extra: __type
property
id: string

id is the dataset example UUID.

property
input_attachments: __type
property
inputs: __type

inputs is the example input payload (arbitrary JSON object).

property
name: string

name is the example's optional name.

property
output_attachments: __type
property
outputs: __type

outputs is the example reference-output payload (arbitrary JSON object).

property
parent_run_id: string
property
reference_example_id: string

reference_example_id is the dataset example UUID this run was compared against, if any.

property
run_type: "llm" | "tool" | "chain" | "retriever" | "embedding" | "prompt" | "parser"

run_type identifies what kind of operation this run represents (for example an LLM call, a tool invocation, or a chain step). See the RunType enum for allowed values.

property
serialized: __type
property
session_id: string
property
session_name: string

Filter by session name (exact match)

property
start_time: string

start_time is when the run started (RFC3339 date-time).

property
status: string

HTTP status for the response that caused the error

property
tags: string[]
property
trace_id: string

trace_id is the root trace UUID; for a root run it matches id.

View source on GitHub