---
title: "Get message channels"
method: GET
path: "/message-channels"
tags: ["message-channels"]
---

# Get message channels

`GET /message-channels`

Returns a list of `MessageChannel` objects.

## Response `200`

A list of message channels for your organization.

- MessageChannelList
  - `channels` MessageChannel[], required
    - `message_channel_id` string, uuid, required — The ID of the message channel.
    - `third_party_provider` 'SLACK' — The third party provider of the message channel.
    - `remote_id` string — The remote ID of the message channel
    - `name` string — The name of the message channel.
    - `is_private` boolean — A bool representing whether or not the message channel is private.

---

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