---
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

---

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