---
title: "List Slack conversations (listSlackConversations)"
method: GET
path: "/api/notification/slack/conversations"
tags: ["notification-template-controller"]
---

# List Slack conversations (listSlackConversations)

`GET /api/notification/slack/conversations`

List available Slack conversations by type.

Available for users with 'SYS_ADMIN' or 'TENANT_ADMIN' authority.

## Query parameters

- `type` 'DIRECT' | 'PUBLIC_CHANNEL' | 'PRIVATE_CHANNEL', required
- `token` string

## Response `200`

OK

- SlackConversation[]
  - `type` 'DIRECT' | 'PUBLIC_CHANNEL' | 'PRIVATE_CHANNEL', required
  - `id` string, required
  - `name` string, required
  - `wholeName` string
  - `email` string
  - `title` string

---

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