---
title: "List machine backups"
method: GET
path: "/api/v1/machines/backups"
tags: ["Machines"]
---

# List machine backups

`GET /api/v1/machines/backups`

List machine backups.

Auth: Required (bearer token).
Scope: Organization-scoped in authenticated context.
Side effects: Read-only operation.

## Query parameters

- `page` integer
- `page_size` integer
- `search` string
- `sort_by` string
- `sort_order` 'asc' | 'desc'
- `status` string

## Headers

- `Accept` string

## Response `200`

OK

- BackupListResponse — BackupListResponse schema
  - `data` object
    - `backups` object[]
      - `completed_at` string, date-time, nullable
      - `created_at` string, date-time
      - `error` string, nullable
      - `id` string, uuid
      - `machine_name` string
      - `organization_id` string, uuid
      - `provision_id` string, uuid
      - `s3_path` string, nullable
      - `size_bytes` integer
      - `snapshot_path` string, nullable
      - `started_at` string, date-time, nullable
      - `status` string
      - `trigger` string
      - `updated_at` string, date-time
      - `user_id` string, uuid
    - `page` integer
    - `page_size` integer
    - `total_count` integer
  - `message` string
  - `status` string

## Other responses

- `400` — Bad Request _(validation or deserialization error)_
- `500` — Internal Server Error _(panics)_
- `default`

---

[API](https://skmtc.net/nixopus/apis/openapi.md) · [All operations](https://skmtc.net/nixopus/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nixopus/openapi/versions/c5bacaea7239/schema)
