---
title: "Get backup"
method: GET
path: "/api/v1/backups/{id}"
tags: ["Backups"]
---

# Get backup

`GET /api/v1/backups/{id}`

Get details of a specific backup.

## Path parameters

- `id` string, uuid, required

## Headers

- `X-Project-ID` string, uuid, required

## Response `200`

Backup details

- object
  - `success` boolean
  - `data` Backup
    - `id` string, uuid, required — Backup ID
    - `account_id` string, uuid — Account that owns the backup
    - `project_id` string, uuid — Project the backup belongs to
    - `created_by` string — User ID that created the backup
    - `region` 'us-east' — Region the backup is stored in
    - `product_vm` string, uuid — Source VM UUID
    - `name` string, required — Backup display name
    - `storage_size` integer, required — Backup size in GB
    - `status` string, required — Backup lifecycle status. Common values: - `pending` — creation queued - `creating` — backup being captured - `ready` — available for restore - `restoring` — currently restoring to a VM - `failed` — creation or restore failed
    - `price_per_hour` string — Hourly storage cost in USD
    - `expire_date` string, date-time — When the backup will be auto-pruned (only set when retention applies)
    - `created_at` string, date-time

## Other responses

- `404` — Resource not found

## Changes

- **2026-05-08** `64c270db1c2e` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/rafftechnologies/apis/raff-api/changes/api/v1/backups/:id/get.md)

---

[API](https://skmtc.dev/rafftechnologies/apis/raff-api.md) · [All operations](https://skmtc.dev/rafftechnologies/apis/raff-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rafftechnologies/raff-api/revisions/64c270db1c2e/schema)
