Images
Get image metadata
get/images/{imageDigest}
Path parameters
imageDigeststring required
Headers
x-anchore-accountstring
An account name to change the resource scope of the request to that account, if permissions allow (admin only)
Response
Image lookup success
Example response
[
{
"last_updated": "2000-01-23T04:56:07.000+00:00",
"analysis_status": "not_analyzed",
"created_at": "2000-01-23T04:56:07.000+00:00",
"annotations": "{}",
"image_status": "active",
"userId": "userId",
"image_content": "{}",
"image_detail": [
{
"registry": "registry",
"last_updated": "2000-01-23T04:56:07.000+00:00",
"imageId": "imageId",
"fulldigest": "fulldigest",
"repo": "repo",
"dockerfile": "dockerfile",
"created_at": "2000-01-23T04:56:07.000+00:00",
"fulltag": "fulltag",
"userId": "userId",
"imageDigest": "imageDigest"
},
{
"registry": "registry",
"last_updated": "2000-01-23T04:56:07.000+00:00",
"imageId": "imageId",
"fulldigest": "fulldigest",
"repo": "repo",
"dockerfile": "dockerfile",
"created_at": "2000-01-23T04:56:07.000+00:00",
"fulltag": "fulltag",
"userId": "userId",
"imageDigest": "imageDigest"
}
],
"imageDigest": "imageDigest"
}
]