GET
/
v1
/
projects
/
{project}
/
data
/
{name}
/
backups
/
{id}
cURL
curl --request GET \
  --url https://api.example.com/v1/projects/{project}/data/{name}/backups/{id}
{
  "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

id
string
required

Backup name

Response

Backup details

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