Get Webhook
get_webhookRetrieve a webhook endpoint by ID to view its URL, subscribed events, and enabled status. Signing secrets remain hidden for security.
Instructions
Get a single webhook endpoint by id, including the URL, subscribed events, and enabled flag. The signing secret is never returned — it is only available at create time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spaceId | No | Krova Cloud Space id. Optional if KROVA_SPACE_ID is set as the server default. | |
| endpointId | Yes | The webhook endpoint id (see list_webhooks). |