v1

latestOpenAPI 3.0.32026-07-22194221292.5 KB
compute

List sandbox snapshots

Returns a list of snapshots for the specified sandbox.

get/sandboxes/{sandboxName}/snapshots

Path parameters

sandboxNamestring required

Name of the sandbox

Response

successful operation

createdAtstring required

When the snapshot was created

createdBystring

Who created the snapshot

idstring required

Unique snapshot identifier

namestring

Optional human-readable name for the snapshot

sandboxNamestring required

Name of the source sandbox

statusstring required

Status of the snapshot (pending, ready, failed)

workspacestring required

Workspace of the source sandbox

Example response

[
  {
    "id": "snap_abc123",
    "name": "before-migration",
    "status": "ready"
  }
]