GET · webhooks:read

List webhook deliveries

Inspect delivery status, attempts, response codes, and bounded response previews.

Read only

REST

GET/api/v1/webhooks/:endpointId/deliveries
curl "https://www.stalkr.ai/api/v1/webhooks/:endpointId/deliveries" \
  --request GET \
  --header "Authorization: Bearer $STALKR_API_KEY"

MCP

Tool name: list_webhook_deliveries

The MCP tool accepts the same input schema and returns the same structured { data, meta } result as REST.

Input

endpointIdrequired

string

limitrequired

integer

Authorization

Required scope: webhooks:read.

Scope authorization is followed by resource authorization. Project operations check current membership and the minimum role required by the underlying workflow.

Related resources