---
title: "Get bot lists"
method: GET
path: "/firewall/apps/{app_id}/bot-lists"
---

# Get bot lists

`GET /firewall/apps/{app_id}/bot-lists`

Get the bot lists configuration for an app

## Path parameters

- `app_id` integer, required

## Response `200`

The bot lists configuration has been successfully fetched

- object[]
  - `code` string
  - `name` string
  - `mode` 'ignore' | 'monitor' | 'block' — ignore: Not subscribed, monitor: Subscribed but monitoring only, block: Subscribed and blocking

## Other responses

- `404` — App not found

---

[API](https://skmtc.dev/aikido/apis/authorization.md) · [All operations](https://skmtc.dev/aikido/apis/authorization/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/aikido/authorization/revisions/5445e7c21137/schema)
