---
title: "Get list of comment board bans"
method: GET
path: "/comment-board-bans/"
---

# Get list of comment board bans

`GET /comment-board-bans/`

1. As a producer or privileged user I can see all the comment-board-ban-profile from the application
2. As a moderator, I can get a list of all comment-board-ban-profile for the comment boards where I am a moderator
3. As a normal profile, I will get a list of comment-board-ban-profile for myself only.

## Query parameters

- `profile_id` string
- `comment_board_id` string
- `client_id` string

## Headers

- `Authorization` string

## Response `200`

200

- object
  - `count` integer
  - `next` unknown
  - `previous` unknown
  - `results` object[]
    - `id` string
    - `url` string
    - `profile_id` string
    - `client_id` string
    - `comment_board_id` string
    - `banned_by_id` string
    - `description` string
    - `created_at` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/livelike/apis/engagement-suite.md) · [All operations](https://skmtc.net/livelike/apis/engagement-suite/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/livelike/engagement-suite/revisions/f3171d1c30f7/schema)
