Skip to main content
Upstash Documentation

List Backup

This endpoint lists all backups for a Redis database.
1 min read
get/redis/list-backup/{id}
Request example
Response
get/redis/list-backup/{id}

Authorization

Authorizationstringheaderrequired#
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded username:password.

Path parameters

idstringrequired#
The ID of the Redis database

Responses

application/json
200
Backups retrieved successfully
database_idstring#
ID of the database
customer_idstring#
Customer ID
namestring#
Name of the backup
backup_idstring#
ID of the backup
creation_timeinteger#
Creation time of the backup as Unix time
stateenum<string>#
State of the backup
Options:pendingcompletedfailed
backup_sizeinteger#
Size of the backup
daily_backupenum<string>#
Daily backup status
Options:truefalse
hourly_backupenum<string>#
Hourly backup status
Options:truefalse
internal_backup_tagstring#
Internal backup tag