GET
/
v2
/
redis
/
list-backup
/
{id}
curl --request GET \
  --url https://api.upstash.com/v2/redis/list-backup/{id} \
  --header 'Authorization: Basic <encoded-value>'
[
  {
    "database_id": "6gceaafd-9627-4fa5-8g71-b3359g19a5g4",
    "customer_id": "customer_id",
    "name": "test2",
    "backup_id": "1768e55b-c137-4339-b46e-449dcd33a62e",
    "creation_time": 1720186545,
    "state": "completed",
    "backup_size": 0,
    "daily_backup": false,
    "hourly_backup": false
  }
]

Authorizations

Authorization
string
header
required

Basic authentication using email and API key

Path Parameters

id
string
required

The ID of the Redis database

Response

200 - application/json

Backups retrieved successfully

The response is of type object[].