Skip to main content
GET
/
redis
/
list-backup
/
{id}
List Backup
curl --request GET \
  --url https://api.upstash.com/v2/redis/list-backup/{id} \
  --header 'Authorization: Basic <encoded-value>'
[
  {
    "database_id": "6gcqwafd-9627-4ec2-4g51-b1429h59c8d4",
    "customer_id": "[email protected]",
    "name": "test",
    "backup_id": "1d62p45b-c567-1239-b23e-449ads33a62e",
    "creation_time": 1757000716,
    "state": "pending",
    "backup_size": 0,
    "daily_backup": "false",
    "hourly_backup": "false",
    "internal_backup_tag": ""
  }
]

Authorizations

Authorization
string
header
required

Path Parameters

id
string
required

Response

200 - application/json
database_id
string
Example:
customer_id
string
Example:
name
string
Example:
backup_id
string
Example:
creation_time
integer
Example:
state
enum<string>
Available options:
pending,
completed,
failed
Example:
backup_size
integer
Example:
daily_backup
enum<string>
Available options:
true,
false
Example:
hourly_backup
enum<string>
Available options:
true,
false
Example:
internal_backup_tag
string
Example: