Skip to main content
GET
/
v2
/
sandboxes
/
snapshots
/
{snapshot_id}
Error
A valid request URL is required to generate request examples
{
  "created_at": "<string>",
  "created_by": "<string>",
  "docker_image": "<string>",
  "fs_capacity_bytes": 123,
  "fs_used_bytes": 123,
  "id": "<string>",
  "image_digest": "<string>",
  "memory_snapshot_size_bytes": 123,
  "name": "<string>",
  "registry_id": "<string>",
  "source_sandbox_id": "<string>",
  "status": "<string>",
  "status_message": "<string>",
  "updated_at": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.langchain.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Path Parameters

snapshot_id
string
required

Snapshot UUID

Response

OK

created_at
string
created_by
string
docker_image
string
fs_capacity_bytes
integer
fs_used_bytes
integer
id
string
image_digest
string
memory_snapshot_size_bytes
integer

MemorySnapshotSizeBytes is non-nil iff the snapshot was captured with VM memory state. A non-nil value is the canonical signal that this snapshot can warm-restore from memory; nil means rootfs only.

name
string
registry_id
string
source_sandbox_id
string
status
string
status_message
string
updated_at
string