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.
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"
}
]What you can build
Parameters
Inputs accepted by get_webhook_deliveries.
| Name | Type | Description |
|---|---|---|
| webhook_id | string | The 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. |
| limit | number | Number of deliveries to return (default 20, max 50) |
Related tools
List Webhooks
List every webhook on your account with its URL, subscribed events, and enabled status. The reference point for inspecting and managing event delivery.
Test Webhook
Send a sample payload to a webhook and get back the delivery status code. Confirm your endpoint is reachable before relying on it in production.
Create Webhook
Register an HTTPS webhook to receive real-time LinkedIn event notifications. Returns a signing secret to verify payloads. Up to 25 webhooks per account.
Update Webhook
Change a webhook's URL, subscribed events, enabled status, or description by ID. Adjust integrations without recreating them from scratch.
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.