---
title: "Return client connections statistics"
method: GET
path: "/connections"
tags: ["Connections", "Method GET"]
---

# Return client connections statistics

`GET /connections`

Returns statistics of client connections.

## Query parameters

- `fields` string

## Response `200`

Success

- NginxConnections — The number of accepted, dropped, active, and idle connections.
  - `accepted` integer — The total number of accepted client connections.
  - `dropped` integer — The total number of dropped client connections.
  - `active` integer — The current number of active client connections.
  - `idle` integer — The current number of idle client connections.

## Other responses

- `404` — Unknown version (*UnknownVersion*)

---

[API](https://skmtc.dev/nginx/apis/nginx-plus-rest-api.md) · [All operations](https://skmtc.dev/nginx/apis/nginx-plus-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nginx/nginx-plus-rest-api/revisions/533ae7834228/schema)
