---
title: "Get connections for multiple models"
method: GET
path: "/concurrent_connections/batch"
tags: ["Infrastructure"]
---

# Get connections for multiple models

`GET /concurrent_connections/batch`

Get autoscaling group information for multiple models at once.

## Query parameters

- `model_ids` string, required

## Headers

- `x-api-key` string, required

## Response `200`

Batch connection info

- ModelResponse — Standard API success response wrapper
  - `success` boolean, required — Whether the operation was successful
  - `message` string — Human-readable status message
  - `data` unknown

## Other responses

- `400` — Bad request
- `401` — Unauthorized — invalid or missing API key
- `500` — Internal server error

---

[API](https://skmtc.dev/deepdub-ai/apis/deepdub-api.md) · [All operations](https://skmtc.dev/deepdub-ai/apis/deepdub-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/deepdub-ai/deepdub-api/revisions/903a930c3849/schema)
