List your Serverless SQL Database backups
List all Serverless SQL Database backups for a given Scaleway Project or Database. By default, the backups returned in the list are ordered by creation date in descending order, though this can be modified via the order_by field.
path Parameters
regionThe region you want to target
query Parameters
database_idFilter by the UUID of the Serverless SQL Database.
organization_idFilter by the UUID of the Scaleway organization. (UUID format)
project_idFilter by the UUID of the Scaleway project. (UUID format)
pagePage number.
page_sizePage size.
order_bySorting criteria. One of created_at_asc, created_at_desc.
List your Serverless SQL Database backups › Responses
List of the backups.
total_countLength of the backups list.
Get a database backup information
Retrieve information about your Serverless SQL Database backup. You must provide the backup_id parameter.
path Parameters
regionThe region you want to target
backup_idUUID of the Serverless SQL Database backup.
Get a database backup information › Responses
idUUID that uniquely identifies a Serverless SQL Database backup.
statusStatus of the Serverless SQL Database backup. One of unknown_status | error | ready | locked.
organization_idThe ID of your Scaleway organization.
project_idUUID of the Scaleway project.
database_idUUID of the source Serverless SQL Database the backup is created from.
created_atCreation date. (RFC 3339 format)
expires_atExpiration date. (RFC 3339 format)
sizeSize (in bytes) of the database backup file. (in bytes)
db_sizeSize (in bytes) of the database when backup has been done. (in bytes)
download_urlDownload URL of the exported database backup.
download_url_expires_atExpiration date of the download URL. (RFC 3339 format)
regionRegion of the database backup.
Export a database backup
Export a database backup providing a download link once the export process is completed. You must provide the backup_id parameter.
path Parameters
regionThe region you want to target
backup_idUUID of the Serverless SQL Database backup.
Export a database backup › Responses
idUUID that uniquely identifies a Serverless SQL Database backup.
statusStatus of the Serverless SQL Database backup. One of unknown_status | error | ready | locked.
organization_idThe ID of your Scaleway organization.
project_idUUID of the Scaleway project.
database_idUUID of the source Serverless SQL Database the backup is created from.
created_atCreation date. (RFC 3339 format)
expires_atExpiration date. (RFC 3339 format)
sizeSize (in bytes) of the database backup file. (in bytes)
db_sizeSize (in bytes) of the database when backup has been done. (in bytes)
download_urlDownload URL of the exported database backup.
download_url_expires_atExpiration date of the download URL. (RFC 3339 format)
regionRegion of the database backup.