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
destinationVersion
integer | null
required

Exact immutable destination configuration used by this recovery point.

error
string | null
required
expiresAt
string<date-time> | null
required
createdAt
string<date-time>
required
completedAt
string<date-time> | null
required