Premium Webhook Status
sap_premium_webhook_statusReturns the current status of a webhook subscription, including delivery stats and recent delivery attempt records with HTTP status codes and signatures.
SAP MCP execution guidance: Intent: SAP MCP tool workflow. Pricing: paid read-premium; estimate first, then use sap_payments_call_paid_tool when the runtime cannot replay x402 natively. Routing: paid hosted call; call sap_estimate_tool_cost first, then use sap_payments_call_paid_tool if the runtime cannot handle x402 natively. Signer boundary: hosted reads/builders never receive keypair bytes; value-moving results must be finalized locally when signing is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subscriptionId | Yes | Webhook subscription id returned by sap_premium_webhook_register. | |
| includeDeliveries | No | When true, include recent delivery attempt records. Default: true. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deliveries | No | Recent delivery attempt records. | |
| subscription | Yes | Webhook subscription record, or null if not found. |