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

Snapshot

Represents a sandbox snapshot.

Snapshots are built from Docker images or captured from running sandboxes. They are used to create new sandboxes.

Copy
interface Snapshot

Properties

property
created_at: string

Timestamp when the sandbox was created.

property
created_by: string
property
docker_image: string
property
fs_capacity_bytes: number

Root filesystem capacity in bytes.

property
fs_used_bytes: number
property
id: string

Optionally, a unique identifier for the run.

property
image_digest: string
property
name: string

A human-readable name for the run.

property
registry_id: string
property
source_sandbox_id: string
property
status: string

Provisioning status ("provisioning", "ready", "failed", "stopped").

property
status_message: string

Human-readable status message (e.g., error details when failed).

property
updated_at: string

Timestamp when the sandbox was last updated.

View source on GitHub