Skip to main content
GET
Retrieve status

Supported products

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

statusId
string<uuid>
required

Response

successful operation

id
string<uuid>
required

A unique identifier for the snapshot, represented as a UUID.

initiatedAt
integer<int64>
required

The timestamp when the snapshot was initiated, represented as an integer in int64 format.

status
enum<string>
required

The current status of the snapshot. Valid values include 'PENDING', 'IN_PROGRESS', 'COMPLETED', 'FAILED', and 'EXPIRED'.

Available options:
EXPIRED,
FAILED,
IN_PROGRESS,
PENDING,
SUCCESS
completedAt
integer<int64>

The timestamp when the snapshot was completed, represented as an integer in int64 format. This field may be null if the snapshot is not yet completed.

errorCode
enum<string>

An optional code indicating the error that occurred, if any. Possible values are 'TIMEOUT', 'VALIDATION_ERROR', 'INTERNAL_ERROR', and 'PERMISSION_DENIED'.

Available options:
INTERNAL_ERROR,
PERMISSION_DENIED,
TIMEOUT,
VALIDATION_ERROR
message
string

A descriptive message providing additional information about the snapshot status or error.

Last modified on September 9, 2026