Registries

List registries

Returns all configured private container registries. Secrets are never included in the response. Requires Admiral license and admin role. API tokens receive SCOPE_DENIED.

get/api/registries

Response

Array of registry objects.

idinteger
namestring
urlstring
type'dockerhub' | 'ghcr' | 'ecr' | 'custom'
usernamestring
aws_regionstring nullable

AWS region (only present for ECR registries).

created_atinteger

Unix timestamp (seconds).

Example response

[
  {
    "name": "GitHub Container Registry",
    "url": "ghcr.io"
  }
]

Changes