Skip to main content
GET
JavaScript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The Snapshot ID.

Response

Snapshot status retrieved successfully.

status
enum<string>
required

The current status of the snapshot operation.

Available options:
in_progress,
error,
complete,
deleted
snapshot
object | null

The snapshot details if the operation completed successfully.

error_message
string | null

Error message if the operation failed.