v32

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-151,1412,2144.5 MB
Registry

List registries

List all container registries in the specified project and region.

get/cloud/v1/registries/{project_id}/{region_id}

Path parameters

project_idinteger required

Project ID

region_idinteger required

Region ID

Response

List of registries

countinteger required

Number of objects

Example response

{
  "count": 1,
  "results": [
    {
      "created_at": "2024-06-18T09:36:53.335000Z",
      "id": 1,
      "name": "company-name",
      "repo_count": 1,
      "storage_limit": 5,
      "storage_used": 1000000000,
      "updated_at": "2024-06-18T09:36:53.335000Z"
    }
  ]
}