webhooks_list_channel
webhooks_list_channel
Section titled “webhooks_list_channel”Category: webhooks
List webhooks attached to a single channel.
When to use
Section titled “When to use”discover webhooks before sending via webhooks_execute (Plan 7); audit channel for unauthorized webhooks.
When NOT to use
Section titled “When NOT to use”| Field | Type | Required | Description |
|---|---|---|---|
channel_id | string | yes | Channel to query |
Returns
Section titled “Returns”\{webhooks:[\{id,name,type,channel_id,application_id\}], count\}. name wrapped (creator-controlled).
Output schema
Section titled “Output schema”| Field | Type | Required | Description |
|---|---|---|---|
webhooks | array | yes | |
count | number | yes |
Annotations
Section titled “Annotations”| Property | Value |
|---|---|
| Read-only | yes |
| Destructive | no |
| Idempotent | yes |
| Open-world | yes |
| Confirmation required | no |