list_webhooks
Retrieve webhook configuration for an entity, including endpoint status, event types, and filter paths. Use to verify which webhooks are subscribed to specific events.
Instructions
Read-only view of webhook endpoints: id, url fingerprint, status/enabled, event types, filter paths.
Never the signing secret and never the receiver URL: the URL is a
capability in every part, including the hostname (e.g.
`<secret>.m.pipedream.net`). `url_fingerprint` (first 8 hex chars of
sha256 of the full URL) keeps two hooks distinguishable. Use this for
the webhook configuration (which event types and filter paths each
endpoint subscribes to); use `list_events` for the events themselves.
Every page is walked.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity | Yes | Exact `entity` key from `list_entities`, not its `display_name`. Required; there is no default. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||