List Snapshots
Sandbox API
List Snapshots
List all snapshots (periodic, pause, and manual) for a sandbox, newest first.
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
The sandbox identifier. Format:
sbx-<8 chars>.Response
Array of snapshot objects, newest first.
Snapshot object
Unique snapshot identifier.
The sandbox this snapshot belongs to.
How this snapshot was created:
"periodic", "pause", or "manual".Blob store key for the memory image.
Blob store key for the sandbox VM state.
Size of the memory image in bytes, when recorded.
UTC timestamp when the snapshot was created.
Example
Response
Error Responses
| Status | Cause |
|---|---|
401 | Missing or invalid API key |
404 | Sandbox not found |
500 | Internal error listing snapshots |