v1

latestOpenAPI 3.1.02026-07-2676123203.9 KB
Registries

Get a container registry credential

Returns a single container registry credential by ID. username and password are never included in the response — credentials are write-only, matching createRegistry.

get/v2/registries/{id}

Response

OK

idstring required
namestring required

Example response

{
  "id": "reg_abc",
  "name": "my-private-registry"
}