---
title: "List per-channel Slack settings and recently seen channels"
method: GET
path: "/api/v0beta1/slack/channel-settings"
tags: ["Slack"]
---

# List per-channel Slack settings and recently seen channels

`GET /api/v0beta1/slack/channel-settings`

## Response `200`

Channel settings and the list of channels the bot has been mentioned in.

- SlackChannelSettingsList
  - `settings` SlackChannelSettings[], required
    - `org_id` string, required
    - `slack_team_id` string, required
    - `slack_channel_id` string, required
    - `repository_id` string, nullable, required
    - `agent_name` 'claude' | 'codex' | 'null', nullable, required
    - `system_prompt` string, nullable, required
    - `created_at` union, required
      - string
      - string, date-time
    - `updated_at` union, required
      - string
      - string, date-time
  - `seen_channels` SlackSeenChannel[], required
    - `slack_team_id` string, required
    - `slack_team_name` string, nullable, required
    - `slack_channel_id` string, required
    - `slack_channel_name` string, nullable, required
    - `last_seen_at` union, required
      - string
      - string, date-time

## Other responses

- `401` — Error
- `403` — Error

---

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