---
title: "GET /archives"
method: GET
path: "/archives"
tags: ["Archives"]
---

# GET /archives

`GET /archives`

## Response `200`

Archive summary listing

- ArchiveSummary — A summarization of the available archives, a place to for long-term storage of audit, analysis, or other data to remove it from the system's working set but keep it available.
  - `images` AnalysisArchiveSummary — A summarization of the analysis archive, including size, counts, etc. This archive stores image analysis only, never the actual image content or layers.
    - `total_image_count` integer — The number of unique images (digests) in the archive
    - `total_tag_count` integer — The number of tag records (registry/repo:tag pull strings) in the archive. This may include repeated tags but will always have a unique tag->digest mapping per record.
    - `total_data_bytes` integer — The total sum of all the bytes stored to the backing storage. Accounts for anchore-applied compression, but not compression by the underlying storage system.
    - `last_updated` string, date-time — The timestamp of the most recent archived image
  - `rules` AnalysisArchiveRulesSummary — Summary of the transition rule set
    - `count` integer — The number of rules for this account
    - `last_updated` string, date-time — The newest last_updated timestamp from the set of rules

## Other responses

- `500` — Internal error

---

[API](https://skmtc.net/banzaicloud/apis/anchore-engine-api-server.md) · [All operations](https://skmtc.net/banzaicloud/apis/anchore-engine-api-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/banzaicloud/anchore-engine-api-server/revisions/38e5705e0b21/schema)
