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
property
created_by: string

Filter by creator identity. Only 'me' is supported.

property
docker_image: string

sandbox-local Docker image to export

property
fs_capacity_bytes: number
property
fs_used_bytes: number
property
id: string
property
image_digest: string
property
name: string
property
registry_id: string
property
source_sandbox_id: string
property
status: string

HTTP status for the response that caused the error

property
status_message: string
property
updated_at: string
View source on GitHub