---
title: "Download an audit log archive"
method: GET
path: "/v1/governance/archives/{id}/download"
tags: ["Governance"]
---

# Download an audit log archive

`GET /v1/governance/archives/{id}/download`

Use this endpoint to download an audit log archive. Returns a pre-signed URL with a time-limited download link and a SHA-256 checksum for integrity verification.

## Path parameters

- `id` string, required

## Headers

- `X-Request-Id` string

## Response `200`

Archive download details with pre-signed URL

- ArchiveDownloadResponse — Download details for an audit log archive
  - `downloadUrl` string — Pre-signed URL for downloading the archive
  - `expiresAt` string, date-time — Expiration timestamp of the download URL
  - `checksum` string — SHA-256 checksum for integrity verification

## Other responses

- `400` — The request contains invalid parameters or payload.
- `401` — The request lacks valid authentication credentials.
- `403` — You do not have permission to access this resource.
- `404` — Archive not found
- `500` — An unexpected error occurred on the server.
- `503` — The service is temporarily unavailable. Please try again later.

---

[API](https://skmtc.net/lerian/apis/identity-plugin.md) · [All operations](https://skmtc.net/lerian/apis/identity-plugin/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lerian/identity-plugin/versions/25daba385532/schema)
