---
title: "GET /resources/{resource_id}/message-channels"
method: GET
path: "/resources/{resource_id}/message-channels"
tags: ["resources"]
---

# GET /resources/{resource_id}/message-channels

`GET /resources/{resource_id}/message-channels`

Gets the list of audit message channels attached to a resource.

## Path parameters

- `resource_id` string, uuid, required

## Response `200`

The audit message channels attached to the resource.

- 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/versions/13b58df96d40/schema)
