webhooks_list_channel
List webhooks for a channel to discover existing hooks before executing or to audit for unauthorized webhooks.
Instructions
Purpose: List webhooks attached to a single channel.
When to use: discover webhooks before sending via webhooks_execute; audit a channel for unauthorized webhooks.
Returns: {webhooks:[{id,name,type,channel_id,application_id}], count}. Structured names remain raw creator-controlled data; the human-readable text response fences them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel_id | Yes | Channel to query |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||