---
title: "Get Punishments"
method: GET
path: "/cabinet/admin/ban-system/punishments"
tags: ["Cabinet Admin Ban System"]
---

# Get Punishments

`GET /cabinet/admin/ban-system/punishments`

Get list of active punishments (bans).

## Response `200`

Successful Response

- BanPunishmentsListResponse — List of active punishments.
  - `punishments` BanPunishmentItem[]
    - `id` integer, nullable
    - `user_id` string, required
    - `uuid` string, nullable
    - `username` string, required
    - `reason` string, nullable
    - `punished_at` string, date-time, required
    - `enable_at` string, date-time, nullable
    - `ip_count` integer
    - `limit` integer
    - `enabled` boolean
    - `enabled_at` string, date-time, nullable
    - `node_name` string, nullable
  - `total` integer

---

[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)
