---
title: "Check a message in a bots filter"
method: GET
path: "/api/channel/{channelID}/moderation/check_message"
---

# Check a message in a bots filter

`GET /api/channel/{channelID}/moderation/check_message`

## Path parameters

- `channelID` string, required

## Query parameters

- `message` string, required

## Response `200`

OK

- ModerationCheckMessageSuccessResponse
  - `banned` boolean
  - `filter_data` ModerationFilterData[]
    - `mute_type` integer
    - `reason` string
  - `input_message` string

## Other responses

- `404` — Not Found

---

[API](https://skmtc.dev/pajbot/apis/pajbot2-api.md) · [All operations](https://skmtc.dev/pajbot/apis/pajbot2-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pajbot/pajbot2-api/revisions/d232a8ad7a6f/schema)
