v1

latestOpenAPI 3.1.02026-07-2675394318.9 KB
inspect

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

uuidstring uuid

A UUID string

tagstring nullable

Tag to identify the image

created_atstring

ISO 8601 formatted timestamp of when the image was created

operation_uuidstring uuid

A UUID string

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"
}