Skip to main content
GET
Get Webhook Deliveries

Overview

Retrieve the delivery history for a specific webhook. Use this to monitor webhook delivery status, debug failures, and track retry attempts.

Authentication

X-Api-Key
string
required
Your API key with Write scope

Path Parameters

id
string
required
Webhook ID (UUID)Example: 770e8400-e29b-41d4-a716-446655440000

Query Parameters

limit
integer
Number of logs to returnDefault: 50Range: 1 to 100
offset
integer
Offset for paginationDefault: 0

Request Examples

Response

success
boolean
required
Indicates if the request was successful
message
string
required
Human-readable response message
data
array
required
Array of delivery log objects

Success Response

Error Responses

Delivery Status

Retry Behavior

Failed deliveries are retried with exponential backoff: After 10 failed attempts, the delivery is marked as failed and the webhook may be automatically disabled.

Rate Limits

  • 100 requests per minute per API key

Next Steps

Get Webhook

View webhook details

Update Webhook

Update webhook configuration

Webhook Overview

Learn about webhook events

Webhook Verification

Verify webhook signatures