---
title: "GET /archives/images/{imageDigest}"
method: GET
path: "/archives/images/{imageDigest}"
tags: ["Archives"]
---

# GET /archives/images/{imageDigest}

`GET /archives/images/{imageDigest}`

Returns the archive metadata record identifying the image and tags for the analysis in the archive.

## Path parameters

- `imageDigest` string, required

## Response `200`

Archived Image

- ArchivedAnalysis
  - `imageDigest` string — The image digest (digest of the manifest describing the image, per docker spec)
  - `parentDigest` string — The digest of a parent manifest (for manifest-list images)
  - `annotations` object — User provided annotations as key-value pairs
  - `status` 'archiving' | 'archived' | 'deleting' | 'deleted' — The archival status
  - `image_detail` TagEntry[] — List of tags associated with the image digest
    - `pullstring` string — The pullable string for the tag. E.g. "docker.io/library/node:latest"
    - `registry` string — The registry hostname:port section of the pull string
    - `repository` string — The repository section of the pull string
    - `tag` string — The tag-only section of the pull string
    - `detected_at` string, date-time — The timestamp at which the Anchore Engine detected this tag was mapped to the image digest. Does not necessarily indicate when the tag was actually pushed to the registry.
  - `created_at` string, date-time
  - `last_updated` string, date-time
  - `analyzed_at` string, date-time
  - `archive_size_bytes` integer — The size, in bytes, of the analysis archive file

## Other responses

- `500` — Internal error

---

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