Channels
Get Channel Status
Check whether a channel is enabled and connected.
GET
Returns the current status of a specific channel on an instance — whether it’s enabled in the config and whether it’s actually connected and running.Documentation Index
Fetch the complete documentation index at: https://docs.chowder.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
Requires an org-level API key or a scoped token with thechannels permission.
Path Parameters
The ID of the instance.
The channel identifier (e.g.
discord, whatsapp).Response
The channel identifier.
Whether the channel is enabled in the instance configuration.
Whether the channel is actively connected and running.
Additional status details, if available. The shape of this object varies by channel.