Backups
List backups
List all backup instances for the backup configuration.
Processing mode: <small><code>sync</code></small>
get/orgs/{organization}/servers/{server}/database/backups/{backupConfiguration}/instances
Path parameters
organizationstring required
The organization slug
serverinteger required
The server ID
backupConfigurationinteger required
The backup configuration ID
Query parameters
sortstring
Available sorts are created_at, updated_at. You can sort by multiple options by separating them with a comma. To sort in descending order, use - sign in front of the sort, for example: -created_at.
page[size]integer
The number of results that will be returned per page.
page[cursor]string
The cursor to start the pagination from.
filter[status]string
Example:finished
The status of the backup.
Response
Paginated set of BackupResource