List webhook deliveries
Execute the list_webhook_deliveries capability through REST or MCP with the same authorization and project checks.
Read onlyMinimum role: viewerExternal action
REST
GET
/api/v1/webhooks/:endpointId/deliveriescurl "https://chatterbeam.com/api/v1/webhooks/{endpointId}/deliveries" \
--request GET \
--header "Authorization: Bearer $CHATTERBEAM_API_KEY"MCP
Tool name: list_webhook_deliveries. The tool returns the same structured { data, meta } result as REST.
Input
endpointIdRequired path identifierAuthorization
Required scope: webhooks:read. Scope checks are followed by current project membership and the viewer minimum role.