Hanzo
OpenapiRegistry

Tags lists one org-owned repository's tags, read live from the OCI registry.

Tags lists one org-owned repository's tags, read live from the OCI registry.

GET /v1/registry/tags

Addresshttps://api.hanzo.ai/v1/registry/tags
MethodGET
Operationget_registry_tags
AuthAuthorization: Bearer $HANZO_API_KEY

Tags lists one org-owned repository's tags, read live from the OCI registry. The repository is addressed inside the org's namespace — a name outside it cannot be expressed, and an unknown one answers 404.

Request

1 field.

FieldInTypeRequiredDescription
imagequerystringImage is the repository name inside the org's namespace, as returned by the images op.

Response

StatusBodyMeaning
200registryTagListok

200 body — 3 fields.

FieldInTypeAlwaysDescription
databodystring[]Data is the tag names, as the registry reports them.
imagebodystringImage is the repository name inside the org's namespace.
refbodystringRef is the full repository reference the tags belong to.

Failure carries the platform error shape — see Errors.

Examples

hanzo registry tags

Registry API · All Hanzo APIs · Interactive reference

How is this guide?

On this page