---
title: "List backups"
method: GET
path: "/api/backup/list"
tags: ["backup"]
---

# List backups

`GET /api/backup/list`

Returns a list of backup files stored on disk, newest first.

## Response `200`

OK

- BackupBackupInfo[]
  - `created_at` string
  - `filename` string
  - `size` integer

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.dev/cubeos-app/apis/meshsat-api.md) · [All operations](https://skmtc.dev/cubeos-app/apis/meshsat-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cubeos-app/meshsat-api/revisions/c019b6af96ea/schema)
