Skip to main content
GET
List sandbox snapshots

Authorizations

Authorization
string
header
required

OAuth2 authentication with JWT tokens

Path Parameters

sandboxName
string
required

Name of the sandbox

Response

successful operation

createdAt
string
required

When the snapshot was created

id
string
required

Unique snapshot identifier

Example:

"snap_abc123"

sandboxName
string
required

Name of the source sandbox

status
string
required

Status of the snapshot (pending, ready, failed)

Example:

"ready"

workspace
string
required

Workspace of the source sandbox

createdBy
string

Who created the snapshot

name
string

Optional human-readable name for the snapshot

Example:

"before-migration"

Last modified on July 14, 2026