cURL
curl --request GET \ --url https://api.example.com/v2/sandboxes/registries/{name}
{ "name": "<string>", "url": "<string>", "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "created_at": "<string>", "updated_at": "<string>" }
Get a specific registry by name.
Returns metadata only — credentials are never included in responses.
Registry name
Successful Response
Response model for a private container registry.
Credentials are never included in responses.
Primary registry URL extracted from docker config
Unique registry identifier
Was this page helpful?