Inspect an image
Returns image metadata
Authorizations
IAM bearer token issued by the Nebius IAM service. Sent as
Authorization: Bearer <iam-token>. Must be combined with the
Project header (see IAMProjectHeader).
This is the recommended authentication scheme for new clients.
Nebius project ID associated with the IAM token. Required together
with IAMBearerAuth. Identifies the project context the request is
scoped to.
Path Parameters
The UUID of the image to inspect A UUID string
"12345678-9abc-baba-deda-0123456789ab"
Response
OK
A UUID string
"12345678-9abc-baba-deda-0123456789ab"
Tag to identify the image
"busybox:latest"
ISO 8601 formatted timestamp of when the image was created
"2024-01-01T12:00:00+00:00"
UUID of the operation that created this image.
Returns null when the image belongs to a different namespace (e.g. public images)
or when the image was not created by an operation (e.g. shared images).
"12345678-9abc-baba-deda-0123456789ab"