GET
/
v1
/
projects
/
{project}
/
data
/
{name}
/
backups
cURL
curl --request GET \
  --url https://api.example.com/v1/projects/{project}/data/{name}/backups
[
  {
    "created_at": "<string>",
    "name": "<string>",
    "status": "<string>",
    "updated_at": "<string>",
    "description": "<string>",
    "error": "<string>",
    "mode": "<string>",
    "parent": "<string>"
  }
]

Path Parameters

project
string
required

Project name

name
string
required

Data volume name

Response

List of backups

created_at
string
required
name
string
required
status
string
required
updated_at
string
required
description
string | null
error
string | null
mode
string | null
parent
string | null