---
title: "Get Traffic Violations"
method: GET
path: "/cabinet/admin/ban-system/traffic/violations"
tags: ["Cabinet Admin Ban System"]
---

# Get Traffic Violations

`GET /cabinet/admin/ban-system/traffic/violations`

Get list of traffic limit violations.

## Query parameters

- `limit` integer

## Response `200`

Successful Response

- BanTrafficViolationsResponse — List of traffic violations.
  - `violations` BanTrafficViolationItem[]
    - `id` integer, nullable
    - `username` string, required
    - `email` string, nullable
    - `violation_type` string, required
    - `description` string, nullable
    - `bytes_used` integer
    - `bytes_limit` integer
    - `detected_at` string, date-time, required
    - `resolved` boolean
  - `total` integer

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/bedolagam/apis/remnawave-bot-admin-api.md) · [All operations](https://skmtc.net/bedolagam/apis/remnawave-bot-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bedolagam/remnawave-bot-admin-api/revisions/45956d1b13ec/schema)
