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
string
required
The webhook UUID
Query Parameters
integer
default:"20"
Maximum number of deliveries to return
Response
Returns an array of delivery objects.string
Delivery UUID
string
The parent webhook UUID
string
The event type (e.g.
tool.execution.completed)object
The full webhook payload that was sent
string
Delivery status:
pending, success, or failedinteger
HTTP response code from your endpoint (e.g.
200, 500)string
Response body from your endpoint (truncated to 2000 chars)
integer
Number of delivery attempts made (max 3)
string
ISO 8601 timestamp of successful delivery
string
ISO 8601 timestamp when the delivery was created
