Webhooks
Get Webhook Deliveries
Get recent delivery history for a webhook
GET
Overview
Returns the most recent delivery attempts for a webhook, sorted by newest first. Use this to debug delivery issues or verify that events are being received. Auth: Requires JWT token (Authorization: Bearer <token>). Only the webhook owner can view deliveries.
Path Parameters
The webhook UUID
Query Parameters
Maximum number of deliveries to return
Response
Returns an array of delivery objects.Delivery UUID
The parent webhook UUID
The event type (e.g.
tool.execution.completed)The full webhook payload that was sent
Delivery status:
pending, success, or failedHTTP response code from your endpoint (e.g.
200, 500)Response body from your endpoint (truncated to 2000 chars)
Number of delivery attempts made (max 3)
ISO 8601 timestamp of successful delivery
ISO 8601 timestamp when the delivery was created
