<!-- https://cutedyno.com/docs/mcp/tools/list_webhook_deliveries -->

# List webhook deliveries

MCP tool `list_webhook_deliveries`, calling `GET /v1/webhooks/{id}/deliveries`.

Returns the delivery log for one subscription, with response codes, attempt counts, and the next scheduled retry.

Read only: yes.

## Parameters

- `id` (string, required) — Webhook subscription id.
- `status` (enum) One of: pending, delivered, failed, all.
- `limit` (integer) — Defaults to 20.
- `offset` (integer) — Defaults to 0.
- `profileId` (string) — Profile to act on. Omit to use the profile this API key belongs to. Call list_profiles first when managing several customers.