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
Example response
[
{
"path": "path",
"b64_content": "b64_content"
}
]