---
title: "Get archived logs"
method: GET
path: "/archived-logs"
tags: ["archived-logs"]
---

# Get archived logs

`GET /archived-logs`

Returns a list of archived logs for the account and applications in ascending order.

## Response `200`

A successful response containing the available archived logs.

- ArchivedLog[] — The available archived logs.
  - `href` string, required — The endpoint for the resource
  - `ranges` Range[], required — Details of the available archived logs.
    - `from` string, required — An iso8601 formatted timestamp
    - `to` string, required — An iso8601 formatted timestamp
    - `count` integer, required — The number of logs in the file.
    - `state` 'ready' | 'archived' | 'restoring' — The archive state of the file.
    - `size` integer — The size of the file in bytes.

---

[API](https://skmtc.dev/webscale/apis/webscale-apis.md) · [All operations](https://skmtc.dev/webscale/apis/webscale-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/webscale/webscale-apis/revisions/c98d872b50cb/schema)
