---
title: "Return status of an stream limit_conn zone"
method: GET
path: "/stream/limit_conns/{streamLimitConnZoneName}"
tags: ["Stream Limit Conns", "Method GET"]
---

# Return status of an stream limit_conn zone

`GET /stream/limit_conns/{streamLimitConnZoneName}`

Returns status of a particular stream [limit_conn zone](https://nginx.org/en/docs/stream/ngx_stream_limit_conn_module.html#limit_conn_zone).

## Query parameters

- `fields` string

## Response `200`

Success

- NginxStreamLimitConnZone
  - `passed` integer — The total number of connections that were neither limited nor accounted as limited.
  - `rejected` integer — The total number of connections that were rejected.
  - `rejected_dry_run` integer — The total number of connections accounted as rejected in the <a href="https://nginx.org/en/docs/stream/ngx_stream_limit_conn_module.html#limit_conn_dry_run">dry run</a> mode.

## Other responses

- `404` — limit_conn not found (*LimitConnNotFound*), 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)
