---
title: "Discover channels the bot can post to (cached 5 min)"
method: GET
path: "/v1/notifications/destinations/discover"
tags: ["notifications"]
---

# Discover channels the bot can post to (cached 5 min)

`GET /v1/notifications/destinations/discover`

## Query parameters

- `channel_kind` 'slack' — The messaging channel a destination delivers through. ``slack`` is the only kind in v1. New kinds are additive — add a member here, a provider class, and a ``PROVIDER_REGISTRY`` entry.
- `connection_id` string, uuid, nullable

## Response `200`

Successful Response

- DiscoveredChannelResponse[]
  - `target_id` string, required
  - `target_label` string, required
  - `is_private` boolean

## Other responses

- `400` — Bad request
- `401` — Authentication required
- `422` — Validation Error

---

[API](https://skmtc.net/oneloop-hq/apis/feather-api.md) · [All operations](https://skmtc.net/oneloop-hq/apis/feather-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oneloop-hq/feather-api/versions/888bdd5c076e/schema)
