Volumes /
Get volume backup details
Get details for a specific volume backup
Required permission
Project > Volumes > Backups > Read
Path parameters
projectId
string requiredID of the projectvolumeId
string requiredID of the volumebackupId
string requiredID of the backup
Response body
- {object}Response object.
data
{object} requiredResult data.id
string requiredIdentifier for the backupname
string requireddescription
stringstatus
string requiredspec
{object}source
{object}type
stringsourceObject
{object}id
string requiredspec
{object}createdAt
stringtime of creationupdatedAt
stringtime of update
API
CLI
JS Client
GET /v1/projects/{projectId}/volumes/{volumeId}/backups/{backupId}
Example response
200 OK
Details about the specified volume backup.
JSON
{
"data": {
"id": "example-backup"
}
}