LangChain Reference home page
Search...
⌘K
Ask AI
GitHub
Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
⌘I
LangChain Assistant
New
History
Ask a question to get started
Enter
to send
•
Shift+Enter
new line
Menu
Navigation
Projects
LangSmith Go
Overview
Client
Datasets
Examples
Runs
Sessions
Feedback
Repos (Prompts)
Annotation Queues
Tracing & OpenTelemetry
Language
Python
JavaScript
Theme
Light
Dark
Go
langsmith
RunSchema
Class
v0.0.0 (latest)
●
Since v0.1
RunSchema
Run schema.
Copy
type
RunSchema
struct
Properties
property
ID
:
string
property
AppPath
:
string
property
DottedOrder
:
string
property
Name
:
string
property
RunType
:
RunTypeEnum
property
SessionID
:
string
property
Status
:
string
property
TraceID
:
string
property
ChildRunIDs
:
[]
string
property
CompletionCost
:
string
property
CompletionCostDetails
:
map
[
string
]
string
property
CompletionTokenDetails
:
map
[
string
]
int64
property
CompletionTokens
:
int64
property
DirectChildRunIDs
:
[]
string
property
EndTime
:
time
.
Time
property
Error
:
string
property
Events
:
[]
map
[
string
]
interface
{}
property
ExecutionOrder
:
int64
property
Extra
:
map
[
string
]
interface
{}
property
FeedbackStats
:
map
[
string
]
map
[
string
]
interface
{}
property
FirstTokenTime
:
time
.
Time
property
InDataset
:
bool
property
Inputs
:
map
[
string
]
interface
{}
property
InputsPreview
:
string
property
InputsS3URLs
:
map
[
string
]
interface
{}
property
LastQueuedAt
:
time
.
Time
property
ManifestID
:
string
property
ManifestS3ID
:
string
property
Messages
:
[]
map
[
string
]
interface
{}
property
Outputs
:
map
[
string
]
interface
{}
property
OutputsPreview
:
string
property
OutputsS3URLs
:
map
[
string
]
interface
{}
property
ParentRunID
:
string
property
ParentRunIDs
:
[]
string
property
PriceModelID
:
string
property
PromptCost
:
string
property
PromptCostDetails
:
map
[
string
]
string
property
PromptTokenDetails
:
map
[
string
]
int64
property
PromptTokens
:
int64
property
ReferenceDatasetID
:
string
property
ReferenceExampleID
:
string
property
S3URLs
:
map
[
string
]
interface
{}
property
Serialized
:
map
[
string
]
interface
{}
property
ShareToken
:
string
property
StartTime
:
time
.
Time
property
Tags
:
[]
string
property
ThreadID
:
string
property
TotalCost
:
string
property
TotalTokens
:
int64
property
TraceFirstReceivedAt
:
time
.
Time
property
TraceMaxStartTime
:
time
.
Time
property
TraceMinStartTime
:
time
.
Time
property
TraceTier
:
RunSchemaTraceTier
property
TraceUpgrade
:
bool
property
TtlSeconds
:
int64
property
JSON
:
runSchemaJSON
Methods
method
UnmarshalJSON
View source on GitHub
Version History