v4

latestOpenAPI 3.0.0raw.githubusercontent.com2026-05-23171869.8 KB
Infrastructure

Get connections for a model

Get the current number of machines and connections available for a specific model's autoscaling group.

get/concurrent_connections/{model_id}

Path parameters

model_idstring required

Model ID

Headers

x-api-keystring required

API Key

Response

Connection info for the model

successboolean
messagestring

Example response

{
  "success": true,
  "message": "Operation successful",
  "data": {
    "concurrent_connections": 3,
    "desired_concurrent_connections": 5
  }
}