latestOpenAPI 3.0.32026-08-10213848.7 KB

ff4cd0352ad5

Get snapshot details

get/backup-and-dr/snapshots/{snapshot_id}

Path parameters

snapshot_idstring uuid required

Response

Snapshot details

account_idstring required
snapshot_idstring required
snapshot_timestring date-time
policy_idstring required
provider_typestring

Provider type (e.g., "aws", "azure", "gcp")

integration_idstring

Integration ID (stored as separate column, not in scope)

regionstring

Region (stored as separate column, not in scope)

status'Pending' | 'In Progress' | 'Success' | 'Failed'
is_latestboolean

Indicates if this is the latest snapshot for the policy

created_atstring date-time
asset_typesstring[]

List of distinct asset type names from snapshot resources (populated on read only)

error_code'SCOPE_EMPTY' | 'INTERNAL_ERROR' nullable

Error code when status is Failed. Null for non-failed snapshots. SCOPE_EMPTY: no resources matched the policy scope. INTERNAL_ERROR: system failure, customer should retry or contact support.