v1
latestOpenAPI 3.1.02026-07-2675394318.9 KBinspect
Inspect an image
Returns image metadata
get/inspect/{image_uuid}/
Path parameters
image_uuidstring uuid required
A UUID string
Example:12345678-9abc-baba-deda-0123456789ab
The UUID of the image to inspect
Response
OK
Example response
{
"uuid": "12345678-9abc-baba-deda-0123456789ab",
"tag": "busybox:latest",
"created_at": "2024-01-01T12:00:00+00:00",
"operation_uuid": "12345678-9abc-baba-deda-0123456789ab"
}