---
title: "Return a list of analyzer artifacts of the specified type"
method: GET
path: "/images/{imageDigest}/artifacts/file_content_search"
---

# Return a list of analyzer artifacts of the specified type

`GET /images/{imageDigest}/artifacts/file_content_search`

## Path parameters

- `imageDigest` string, required

## Response `200`

List of file metadata objects

- FileContentSearchResult[] — Simple array of RetrievedFileMetadata objects
  - `path` string
  - `matches` RegexContentMatch[]
    - `name` string — The name associated with the regular expression
    - `regex` string — The regular expression used for the match
    - `lines` integer[] — A list of line numbers in the file that matched the regex

## Other responses

- `404` — Image not found in this service

---

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