v1

latestOpenAPI 3.0.1Apache 2.02026-07-17111176225.7 KB

Return a list of analyzer artifacts of the specified type

get/images/{imageDigest}/artifacts/retrieved_files

Path parameters

imageDigeststring required

Response

List of file metadata objects

pathstring
b64_contentstring

Example response

[
  {
    "path": "path",
    "b64_content": "b64_content"
  }
]