---
title: "Get the content of an image by type files"
method: GET
path: "/images/{imageDigest}/content/files"
tags: ["Images"]
---

# Get the content of an image by type files

`GET /images/{imageDigest}/content/files`

## Path parameters

- `imageDigest` string, required

## Headers

- `x-anchore-account` string

## Response `200`

Content of specified type from the image

- ContentFilesResponse — File content listings from images
  - `imageDigest` string
  - `content_type` string
  - `content` ContentFilesResponseContentInner[]
    - `filename` string
    - `gid` integer
    - `linkdest` string, nullable
    - `mode` string
    - `sha256` string, nullable
    - `size` integer
    - `type` string
    - `uid` integer

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