---
title: "Query Channel Destinations"
method: POST
path: "/channels/tools/destinations/query"
tags: ["Channels"]
---

# Query Channel Destinations

`POST /channels/tools/destinations/query`

## Request body

- ChannelDestinationsQueryRequest
  - `artifact_id` string, uuid, required
  - `type` 'channel', nullable
  - `query` string, nullable
  - `limit` integer, nullable
  - `cursor` string, nullable

## Response `200`

Successful Response

- ChannelDestinationsPage
  - `destinations` ChannelDestination[]
    - `destination_id` string, required
    - `type` 'channel'
    - `platform` string, required
    - `name` string, nullable
    - `can_post` boolean, required
    - `can_read` boolean, required
    - `can_search` boolean, required
    - `supports_threads` boolean, required
  - `cursor` string, nullable
  - `notes` string[]

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-25** `ec21cdc5486c` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/agenta-ai/apis/agenta-api/changes/channels/tools/destinations/query/post.md)

---

[API](https://skmtc.dev/agenta-ai/apis/agenta-api.md) · [All operations](https://skmtc.dev/agenta-ai/apis/agenta-api/llms.txt) · [OpenAPI document](https://skmtc.dev/agenta-ai/apis/agenta-api/revisions/72f2feba8ccb?raw)
