Read-only Pro

Get Webhook Deliveries

Returns recent delivery attempts for a specific webhook (1 to 50, default 20), showing delivery status, response codes, errors, and retry schedule. Filter by status to focus on delivered, pending, or failed attempts. Fails with 'not found' if the webhook_id is invalid or belongs to another user.

get_webhook_deliveriesGET/api/v1/webhooks/{webhook_id}/deliveries
crispy — bash

Example prompt: Show me the last 10 failed delivery attempts for webhook 3f2a9c10-7b1e-4d22-9a01-bc44ee551122

[
  {
    "delivery_id": "del_77a1",
    "event": "message.received",
    "status": "failed",
    "response_code": 500,
    "next_retry_at": "2026-06-16T10:05:00Z"
  }
]
Permission scope
pro
Access
Read-only
Category
Account

What you can build

Diagnose why an endpoint stopped receiving events by reviewing error codes
Confirm recent events were delivered successfully end to end
Check which deliveries are pending retry after a transient failure
Audit failed deliveries that exhausted their retries

Parameters

Inputs accepted by get_webhook_deliveries.

NameTypeDescription
webhook_idstringThe webhook ID to inspect (UUID from list_webhooks)
status"all" | "delivered" | "pending" | "failed"Filter by delivery status: 'all', 'delivered' (success), 'pending' (awaiting retry), 'failed' (exhausted retries). Default: all.
limitnumberNumber of deliveries to return (default 20, max 50)

The complete LinkedIn API. Ready when you are.

Connect your first LinkedIn profile in under 5 minutes. Every tool, every seat, no feature gates. Safe limits, warm-up, and full permission control built in.