Skip to main content
GET
List Snapshots
Returns every snapshot recorded for this sandbox — periodic, pause-induced, and manual — ordered by created_at descending. Ownership is enforced: the caller must be the owner of the sandbox for any snapshot metadata to be returned.

Path Parameters

string
required
The sandbox identifier. Format: sbx-<8 chars>.

Response

Snapshot[]
Array of snapshot objects, newest first.

Snapshot object

string
Unique snapshot identifier.
string
The sandbox this snapshot belongs to.
string
How this snapshot was created: "periodic", "pause", or "manual".
string
Blob store key for the memory image.
string
Blob store key for the sandbox VM state.
integer | null
Size of the memory image in bytes, when recorded.
string
UTC timestamp when the snapshot was created.

Example

Response

Error Responses