mercury_get_webhook
Fetch detailed information about a webhook endpoint by providing its ID. Returns URL, status, subscribed events, and more.
Instructions
Retrieve a specific webhook endpoint by ID.
USE WHEN: fetching the full detail of one webhook (URL, current status, subscribed events) whose ID is already known.
DO NOT USE: to enumerate webhooks (use mercury_list_webhooks).
RETURNS: { id, url, status, events, ... }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| webhookId | Yes | The webhook endpoint ID |