---
title: "List available log archives"
method: GET
path: "/log-archives"
---

# List available log archives

`GET /log-archives`

Retrieve a list of all rotated log archive files available for download.

## Response `200`

List of log archive files

- LogArchives
  - `archives` string[] — List of log archive filenames.
  - `archive_info` LogArchiveInfo[] — Per-archive metadata, in the same order as archives. Additive — archives stays populated for existing clients.
    - `name` string — Archive filename, matching an entry in archives.
    - `size_bytes` integer — Size of the archive on disk in bytes (compressed size for .gz).
    - `modified` string, date-time — Last modification time of the archive (RFC3339). The only reliable age signal for names that carry no timestamp.

## Other responses

- `500` — Internal server error

## Changes

- **2025-02-08** `bcf7db719f05` — 1 info
  - endpoint added
- **2023-06-29** `0e6bd4e2dcc9` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/loxilb-io/apis/loxilb-rest-api/changes/log-archives/get.md)

---

[API](https://skmtc.dev/loxilb-io/apis/loxilb-rest-api.md) · [All operations](https://skmtc.dev/loxilb-io/apis/loxilb-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/loxilb-io/loxilb-rest-api/revisions/cb6820b4f999/schema)
