API
CLI
GET /v1beta/projects/{project}/addons/{addon}/backups/{backup}
Example response
200 OK
Details about the given backup.
JSON
{
"name": "Example Backup",
"internalId": "example-backup",
"status": "completed",
"createdAt": "2021-01-20T11:19:53.175Z",
"completedAt": "2021-01-20T11:19:54.494Z",
"config": {
"size": "1234"
},
"restores": {
"1611305397038": {
"restoreTimestamp": "2021-01-22T08:49:57.038Z",
"status": "completed",
"completedAt": "2021-01-22T08:50:30.749Z"
}
}
}