Lists all backups
get
/v1/projects/{ref}/database/backupsOAuth scopes
- database:read
Path parameters
- refRequiredstring
Project ref
Response codes
- 200
- 401
- 403
- 429
- 500
Response (200)
1{2 "region": "lorem",3 "walg_enabled": true,4 "pitr_enabled": true,5 "backups": [6 {7 "id": 42,8 "is_physical_backup": true,9 "status": "COMPLETED",10 "inserted_at": "lorem"11 }12 ],13 "physical_backup_data": {14 "earliest_physical_backup_date_unix": 42,15 "latest_physical_backup_date_unix": 4216 }17}