v1

latestOpenAPI 3.1.0MIT2026-07-2654137287.8 KB
container_groups

List Container Groups

Gets the list of container groups

get/organizations/{organization_name}/projects/{project_name}/containers

Response

OK

Example response

{
  "items": [
    {
      "container": {
        "image": "acme/:latest",
        "image_caching": true
      },
      "country_codes": [
        "us"
      ],
      "display_name": "Name",
      "id": "ab3a4591-efc3-46c0-b06a-3d820c0ec100",
      "name": "mandlebrot",
      "networking": {
        "client_request_timeout": 100000,
        "port": 60000,
        "server_response_timeout": 100000
      },
      "organization_name": "acme-corp",
      "project_name": "dev-env",
      "replicas": 50
    }
  ]
}
All 54 operations