---
title: "Get backup log"
method: GET
path: "/backup-logs/{backup_log_id}"
tags: ["General APIs with JWT"]
---

# Get backup log

`GET /backup-logs/{backup_log_id}`

Endpoint to get a specific backup log by ID.

## Path parameters

- `backup_log_id` string, uuid, required

## Response `200`

Backup log retrieved successfully

- BackupLogResponse
  - `id` string, uuid, required
  - `name` string, nullable
  - `description` string, nullable
  - `backup_config_id` string, uuid, required
  - `backup_volume_id` string, uuid, required
  - `status` string, required
  - `progress` number, required
  - `started_at` string, date-time, nullable
  - `completed_at` string, date-time, nullable
  - `error_message` string, nullable
  - `created_at` string, date-time, required
  - `estimated_backup_size_bytes` integer, nullable
  - `estimated_upload_seconds` integer, nullable
  - `backup_estimate_warning_code` string, nullable
  - `s3_verified_at` string, date-time, nullable
  - `s3_content_length` integer, nullable
  - `s3_last_modified` string, date-time, nullable
  - `s3_etag` string, nullable
  - `backup_engine` string, required
  - `snapshot_id` string, nullable
  - `result_quality` string, nullable
  - `stage` string, nullable
  - `last_heartbeat_at` string, date-time, nullable
  - `total_files` integer, nullable
  - `processed_files` integer, nullable
  - `total_bytes` integer, nullable
  - `processed_bytes` integer, nullable
  - `deletion_state` string, nullable
  - `physical_cleanup_at` string, date-time, nullable
  - `status_message` string, nullable
  - `elapsed_seconds` integer, nullable
  - `throughput_bytes_per_second` integer, nullable
  - `estimated_remaining_seconds` integer, nullable

## Other responses

- `404` — Backup log not found
- `422` — Validation Error
- `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)
