Smithery

webhook_deliveries

List the most recent delivery attempts for a webhook endpoint, including HTTP status, attempt count, and any error message. Use after a test.ping or when debugging customer-reported missed events.

Remote relievedattention992-smithery/screenshotsmcp

Other tools also called webhook_deliveries? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "limit": {
      "type": "integer",
      "default": 10,
      "maximum": 50,
      "minimum": 1,
      "description": "Maximum rows to return"
    },
    "endpointId": {
      "type": "string",
      "description": "Endpoint id"
    }
  }
}