---
title: "Get Antibot"
method: GET
path: "/dashboard/bot/settings/{guild_id}/antibot/"
tags: ["dashboard"]
---

# Get Antibot

`GET /dashboard/bot/settings/{guild_id}/antibot/`

Fetch antibot settings for guild

## Path parameters

- `guild_id` integer, required

## Response `200`

Successful Response

- AntibotSettings
  - `report_channel` string, nullable
  - `honeypot_channels` string[]
  - `multi_channel_message` boolean
  - `delete_messages` boolean
  - `timeout_enabled` boolean
  - `kick_enabled` boolean
  - `dm_enabled` boolean

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/monni/apis/fastapi.md) · [All operations](https://skmtc.dev/monni/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/monni/fastapi/revisions/0321cc5200a6/schema)
