---
title: "List audit log archives"
method: GET
path: "/v1/governance/archives"
tags: ["Governance"]
---

# List audit log archives

`GET /v1/governance/archives`

Use this endpoint to list all audit log archives. Archives contain historical audit log data that has been compressed and moved to long-term storage. Supports offset-based pagination.

## Query parameters

- `limit` integer
- `offset` integer
- `from` string
- `to` string

## Headers

- `X-Request-Id` string

## Response `200`

List of audit log archives

- ListArchivesResponse — Paginated list of audit log archives
  - `items` ArchiveMetadataResponse[]
    - `id` string — Unique identifier of the archive
    - `partitionName` string — Name of the archived partition
    - `dateRangeStart` string, date-time — Start of the archived date range
    - `dateRangeEnd` string, date-time — End of the archived date range
    - `rowCount` integer — Number of audit log entries in the archive
    - `compressedSizeBytes` integer — Size of the compressed archive in bytes
    - `storageClass` 'STANDARD' | 'GLACIER' | 'DEEP_ARCHIVE' — Storage class of the archive
    - `status` string — Archive status
    - `archivedAt` string, date-time — Timestamp when the archive was created
  - `limit` integer — Maximum items per page
  - `hasMore` boolean — Whether more results are available

## 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.
- `500` — An unexpected error occurred on the server.

---

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