v34

latestOpenAPI 3.1.0AGPL-3.0-onlyraw.githubusercontent.com2026-08-018932140.9 KB
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"
  }
]