List recent webhook delivery attempts.
Optionaloptions: {Optional filters and pagination.
Optionalevent?: stringFilter by event type (e.g. 'rating.updated').
Optionalstatus?: "all" | "pending" | "success" | "failed"Filter: 'all', 'pending', 'success', or 'failed'.
Optionallimit?: numberResults per page (1-100, default 20).
Optionaloffset?: numberPagination offset.
WebhookDeliveriesResult with entries and total.
Webhook delivery inspection.