---
title: "Get YSQL connection manager stats for every node of the cluster"
method: GET
path: "/connections"
tags: ["cluster-info"]
---

# Get YSQL connection manager stats for every node of the cluster

`GET /connections`

Get YSQL connection manager stats for every node of the cluster

## Response `200`

YSQL connection manager stats

- ConnectionsStats — YSQL connection manager stats
  - `data` ConnectionsStatsData

## Other responses

- `400` — API Error
- `500` — API Error

## Changes

- **2024-06-19** `5134295612a8` — 1 breaking, 1 info
  - removed the required property `data/additionalProperties/items/idle_or_pending_logical_connections` from the response with the `200` status
  - added the required property `data/additionalProperties/items/waiting_logical_connections` to the response with the `200` status
- **2024-01-03** `f78106532fef` — 1 warning, 2 info
  - removed the optional property `data/additionalProperties/items/pool` from the response with the `200` status
  - added the optional property `data/additionalProperties/items/database_name` to the response with the `200` status
  - added the optional property `data/additionalProperties/items/user_name` to the response with the `200` status
- **2023-11-06** `7e4d84a0c48d` — 1 info
  - endpoint added
- **2022-06-13** `7856cb3301b2` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/yugabyte/apis/yugabyte-cloud/changes/connections/get.md)

---

[API](https://skmtc.dev/yugabyte/apis/yugabyte-cloud.md) · [All operations](https://skmtc.dev/yugabyte/apis/yugabyte-cloud/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/yugabyte/yugabyte-cloud/revisions/a851ee3a0a88/schema)
