Skip to main content
GET
Get container image

Authorizations

Authorization
string
header
required

Bearer token issued by Softmax

Path Parameters

image_id
string
required

Image version to return.

Pattern: ^img_[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$

Response

Successful Response

id
string
required

Image version ID.

name
string
required

Name shared by versions of this image.

version
integer
required

Version number within the named image.

client_hash
string | null
required

Client-computed content hash, when supplied during upload.

status
string
required

Current state: pending, ready, deleted, or published.

image_uri
string | null

Digest-pinned private registry URI, when included after upload or verification.

image_digest
string | null

Registry digest, when the image is ready.

public_image_uri
string | null

Public image URI, when this image belongs to a published Coworld.

is_coworld_image
boolean
default:false

Whether a stored Coworld manifest references this image.