v1
latestOpenAPI 3.0.32026-07-22194221292.5 KBcompute
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
Example response
[
{
"id": "snap_abc123",
"name": "before-migration",
"status": "ready"
}
]