Skip to main content
GET
Get a snapshot by ID

Authorizations

Authorization
string
header
required

Personal access token (msb_pat_…) or session JWT - the credential an agent acts with on a user's behalf.

Path Parameters

slug
string
required

Organization slug

snapshot_id
string<uuid>
required

Managed snapshot id

Response

Managed snapshot

Wire shape of a completed cloud snapshot.

created_at
string<date-time>
required

Creation timestamp.

digest
string
required

Snapshot identity: the sha256: digest of the canonical descriptor.

labels
object
required

User-defined labels stored on the snapshot.

location
object
required

Where the snapshot artifact resides.

manifest
object
required

Canonical snapshot descriptor.

name
string
required

Snapshot name.

size_bytes
integer<int64>
required

Stored payload size in bytes.

Required range: x >= 0
kind
enum<string>
required
Available options:
disk
sandbox_id
string | null

Identifier of the sandbox the snapshot was captured from, when known.