---
title: "Lookup image by docker imageId"
method: GET
path: "/images/by_id/{imageId}"
tags: ["Images"]
---

# Lookup image by docker imageId

`GET /images/by_id/{imageId}`

## Path parameters

- `imageId` string, required

## Headers

- `x-anchore-account` string

## Response `200`

Image lookup success

- AnchoreImage[] — A list of Anchore Images
  - `image_content` ImageContent — A metadata content record for a specific image, containing different content type entries
  - `image_detail` ImageDetail[] — Details specific to an image reference and type such as tag and image source
    - `created_at` string, date-time
    - `last_updated` string, date-time
    - `fulltag` string — Full docker-pullable tag string referencing the image
    - `fulldigest` string — Full docker-pullable digest string including the registry url and repository necessary get the image
    - `userId` string
    - `imageId` string
    - `registry` string
    - `repo` string
    - `dockerfile` string, nullable
    - `imageDigest` string — The parent Anchore Image record to which this detail maps
  - `last_updated` string, date-time
  - `created_at` string, date-time
  - `imageDigest` string
  - `userId` string
  - `annotations` object
  - `image_status` 'active' | 'inactive' | 'disabled' — State of the image
  - `analysis_status` 'not_analyzed' | 'analyzing' | 'analyzed' | 'analysis_failed' — A state value for the current status of the analysis progress of the image
  - `record_version` string — The version of the record, used for internal schema updates and data migrations.

## 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/versions/afb4f60ab44a/schema)
