# List Backup

> This endpoint lists all backups for a Redis database.

## Endpoint

`GET https://api.upstash.com/v2/redis/list-backup/{id}`

## Parameters

- `id` (path, string, required): The ID of the Redis database

## Responses

### 200 - Backups retrieved successfully


## cURL

```bash
curl --request GET \
  --url https://api.upstash.com/v2/redis/list-backup/{id} \
  --header 'Authorization: Bearer <token>'
```
