GET
/
enterprise
/
v1
/
io-cloud
/
caas
/
deployment
/
{deployment_id}
/
containers
List Deployment Containers
curl --request GET \
  --url https://api.io.solutions/enterprise/v1/io-cloud/caas/deployment/{deployment_id}/containers \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "total": 0,
    "workers": [
      {
        "device_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
        "container_id": "string",
        "hardware": "string",
        "brand_name": "string",
        "created_at": "2025-05-06T14:42:42.082Z",
        "uptime_percent": 0,
        "gpus_per_container": 0,
        "status": "string",
        "container_events": [
          {
            "time": "2025-05-06T14:42:42.082Z",
            "message": "string"
          }
        ],
        "public_url": "string"
      }
    ]
  }
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

deployment_id
integer
required

Response

200

data
object