LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
LangGraph SDK
  • Client
  • Auth
  • React
  • Logging
  • React Ui
  • Server
LangGraph Checkpoint
LangGraph Checkpoint MongoDB
LangGraph Checkpoint Postgres
LangGraph Checkpoint Redis
  • Shallow
  • Store
LangGraph Checkpoint SQLite
LangGraph Checkpoint Validation
  • Cli
LangGraph API
LangGraph CLI
LangGraph CUA
  • Utils
LangGraph Supervisor
LangGraph Swarm
⌘I

LangChain Assistant

Ask a question to get started

Enter to send•Shift+Enter new line

Menu

LangGraph SDK
ClientAuthReactLoggingReact UiServer
LangGraph Checkpoint
LangGraph Checkpoint MongoDB
LangGraph Checkpoint Postgres
LangGraph Checkpoint Redis
ShallowStore
LangGraph Checkpoint SQLite
LangGraph Checkpoint Validation
Cli
LangGraph API
LangGraph CLI
LangGraph CUA
Utils
LangGraph Supervisor
LangGraph Swarm
Language
Theme
JavaScript@langchain/langgraph-sdkindexRun
Interface●Since v0.0

Run

Copy
interface Run

Used in Docs

  • How to create and manage datasets programmatically
  • How to define a code evaluator
  • How to evaluate agents
  • How to evaluate an application's intermediate steps
  • How to fetch performance metrics for an experiment

Properties

property
assistant_id: string

The assistant that wwas used for this run

property
created_at: string

The time the run was created

property
metadata: Metadata

Run metadata

property
multitask_strategy: Optional<MultitaskStrategy>

Strategy to handle concurrent runs on the same thread

property
run_id: string

The ID of the run

property
status: RunStatus

The status of the run.

property
thread_id: string

The ID of the thread

property
updated_at: string

The last time the run was updated

View source on GitHub