mercury_list_webhooks
List all configured webhook endpoints for your Mercury workspace. Use to audit registrations, find a webhook ID for updates or deletions, or verify that a target endpoint is registered.
Instructions
List all webhook endpoints configured for your Mercury workspace.
USE WHEN: enumerating registered webhook endpoints — for audit, finding a webhook ID before update/delete, or to confirm a delivery target is registered.
DO NOT USE: to inspect webhook delivery history (Mercury exposes that only via the dashboard, not the API).
RETURNS: { webhooks: [{ id, url, status, events, ... }] }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||