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"
}

Changes