Skip to main content
GET
Get

Authorizations

Authorization
string
header
required

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

Path Parameters

orgId
string
required

The organization's id (UUID) or slug — either form is accepted.

projectId
string
required

The project's id (UUID) or slug — either form is accepted.

databaseId
string
required
backupId
string
required

Response

Backup.

id
string
required
databaseId
string
required
kind
enum<string>
required
Available options:
continuous,
manual,
daily,
weekly,
monthly
status
enum<string>
required
Available options:
queued,
running,
ready,
failed,
expired
recoveryPoint
string<date-time> | null
required
sizeBytes
integer | null
required
destinationId
string | null
required
copyRegion
enum<string> | null
required

Korve storage area holding this managed disaster-recovery copy; null for the primary managed repository or a customer destination.

Available options:
enam,
weur,
eeur,
apac,
oc,
null
error
string | null
required
expiresAt
string<date-time> | null
required
createdAt
string<date-time>
required
completedAt
string<date-time> | null
required
purgedAt
string<date-time> | null
required

Set after the backing repository confirms physical deletion of this recovery point.