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
JavaScriptlangsmithschemasRunUpdate
Interface●Since v0.0

RunUpdate

Copy
interface RunUpdate

Properties

property
attachments: Attachments

attachments maps each attachment file name to a pre-signed HTTPS download URL.

property
dotted_order: string
property
end_time: string | number
property
error: string

JSON body of the response that caused the error

property
events: KVMap[]
property
extra: KVMap
property
id: string
property
inputs: KVMap
property
name: string
property
outputs: KVMap
property
parent_run_id: string
property
reference_example_id: string
property
run_type: string

Enum for run types.

property
serialized: object
property
session_id: string
property
session_name: string

Filter by session name (exact match)

property
start_time: string | number
property
tags: string[]
property
trace_id: string
View source on GitHub