Skip to main content
GET
List container images

Authorizations

Authorization
string
header
required

Bearer token issued by Softmax

Query Parameters

limit
integer
default:200

Maximum image versions returned.

Required range: 1 <= x <= 500
cursor
string | null

Opaque cursor from the previous page.

mine
boolean
default:false

Return only images owned by the caller.

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.