Premium Webhook Relay Status
sap_premium_webhook_relay_statusReturns the status of buffer-only (relay) webhook subscriptions for a session, including the relay configuration, buffered event count, and per-subscription delivery stats. Use this to check how many events are waiting in the server-side buffer before calling sap_premium_stream_poll or sap_premium_stream_flush to consume them.
SAP MCP execution guidance: Intent: SAP MCP tool workflow. Pricing: free; call directly without x402. Routing: free hosted call; call directly and keep it small/exact when possible. 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 |
|---|---|---|---|
| sessionId | Yes | Premium session id to inspect relay subscriptions and buffered event counts for. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | The session id that was queried. | |
| sessionStatus | Yes | Current session status (active, closed, pending_payment, not_found). | |
| bufferedEventCount | Yes | Total number of events currently buffered in the event store for this session (across all relay subscriptions). | |
| relaySubscriptions | Yes | Active relay (buffer-only) webhook subscriptions for the session. |