---
title: "List all MagicBell SlackBot integrations"
method: GET
path: "/integrations/magicbell_slackbot"
tags: ["magicbell_slackbot", "channel/slack"]
---

# List all MagicBell SlackBot integrations

`GET /integrations/magicbell_slackbot`

Retrieves the current MagicBell SlackBot integration configurations for a specific integration type in the project. Returns configuration details and status information.

## Response `200`

OK

- SlackBotConfigCollection
  - `data` SlackBotConfig[]
    - `config` SlackBotConfigPayload, required
      - `enabled` boolean, required
    - `id` string, required
    - `name` string, required
  - `links` Links
    - `first` string
    - `next` string, nullable
    - `prev` string, nullable

---

[API](https://skmtc.net/magicbell/apis/magicbell-api.md) · [All operations](https://skmtc.net/magicbell/apis/magicbell-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/magicbell/magicbell-api/revisions/8b99dca11019/schema)
