Hanzo
OpenapiRegistry

Images lists the org's container repositories, read live from the OCI catalog…

Images lists the org's container repositories, read live from the OCI catalog and filtered server-side to the org's namespace — the page can only ever…

GET /v1/registry/images

Addresshttps://api.hanzo.ai/v1/registry/images
MethodGET
Operationget_registry_images
AuthAuthorization: Bearer $HANZO_API_KEY

Images lists the org's container repositories, read live from the OCI catalog and filtered server-side to the org's namespace — the page can only ever hold the caller's own images.

Request

GET /v1/registry/images takes no parameters and no body — the credential is the whole request.

Response

StatusBodyMeaning
200registryImageListok

200 body — 4 fields.

FieldInTypeAlwaysDescription
databodyregistryImage[]Data is the org's repositories.
data[].namebodystringName is the repository name inside the org's namespace (e.g.
data[].refbodystringRef is the full pullable reference (host + org + name) the docker CLI takes verbatim.
truncatedbodybooleanTruncated is true when the catalog walk hit its page bound before the registry was exhausted — the list is a prefix, not the whole.

Failure carries the platform error shape — see Errors.

Examples

hanzo registry images

Registry API · All Hanzo APIs · Interactive reference

How is this guide?

On this page