---
title: "List backup configurations"
method: GET
path: "/backup-configs"
tags: ["General APIs with JWT"]
---

# List backup configurations

`GET /backup-configs`

Endpoint to list all backup configurations for the authenticated user.

## Response `200`

Backup configurations retrieved successfully

- BackupConfiguration[]
  - `id` string, uuid
  - `created_at` string, date-time
  - `updated_at` string, date-time, nullable
  - `user_id` string, uuid, required
  - `pod_id` string, uuid, required
  - `backup_frequency_hours` integer
  - `retention_days` integer, required
  - `backup_path` string, required
  - `is_active` boolean
  - `deleted_at` string, date-time, nullable

## Other responses

- `500` — Internal server error

---

[API](https://skmtc.dev/lium/apis/lium-backend-api.md) · [All operations](https://skmtc.dev/lium/apis/lium-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lium/lium-backend-api/revisions/57db0a9348db/schema)
