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

ListSnapshotsOptions

Options for listing snapshots. All fields are optional and independent.

The backend always paginates: when limit is omitted the server applies a default page size (currently 50), so a single call will not necessarily return every snapshot visible to the caller's tenant.

Copy
interface ListSnapshotsOptions

Properties

property
limit: number
property
nameContains: string

Case-insensitive substring filter applied server-side to snapshot names.

property
offset: number
property
signal: AbortSignal

AbortSignal for cancellation.

View source on GitHub