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

RunSchema

Run schema.

Copy
interface RunSchema

Properties

property
app_path: string
property
child_run_ids: string[] | null
property
completion_cost: string | null
property
completion_cost_details: __type | null
property
completion_token_details: __type | null
property
completion_tokens: number
property
direct_child_run_ids: string[] | null
property
dotted_order: string
property
end_time: string | null
property
error: string | null

JSON body of the response that caused the error

property
events: __type[] | null
property
execution_order: number
property
extra: __type | null
property
feedback_stats: __type | null
property
first_token_time: string | null
property
id: string
property
in_dataset: boolean | null
property
inputs: __type | null
property
inputs_preview: string | null
property
inputs_s3_urls: __type | null
property
last_queued_at: string | null
property
manifest_id: string | null
property
manifest_s3_id: string | null
property
messages: __type[] | null
property
name: string
property
outputs: __type | null
property
outputs_preview: string | null
property
outputs_s3_urls: __type | null
property
parent_run_ids: string[] | null
property
price_model_id: string | null
property
prompt_cost: string | null
property
prompt_cost_details: __type | null
property
prompt_token_details: __type | null
property
prompt_tokens: number
property
reference_dataset_id: string | null
property
reference_example_id: string | null
property
run_type: RunTypeEnum

Enum for run types.

property
s3_urls: __type | null
property
serialized: __type | null
property
share_token: string | null
property
status: string

HTTP status for the response that caused the error

property
tags: string[] | null
property
thread_id: string | null
property
total_cost: string | null
property
total_tokens: number
property
trace_first_received_at: string | null
property
trace_max_start_time: string | null
property
trace_min_start_time: string | null
property
trace_upgrade: boolean
property
ttl_seconds: number | null
deprecatedproperty
parent_run_id: string | null
deprecatedproperty
session_id: string
deprecatedproperty
start_time: string
deprecatedproperty
trace_id: string
deprecatedproperty
trace_tier: "longlived" | "shortlived" | null
View source on GitHub