Skip to main content
GET
List Global Webhook Delivery Attempts

Authorizations

x-api-key
string
header
required

Your Meow API key, sent in the x-api-key header for authentication.

Path Parameters

delivery_id
string<uuid>
required

The webhook delivery.

Query Parameters

limit
integer
default:20

How many results to return.

Required range: 1 <= x <= 100
offset
integer
default:0

How many results to skip before this page.

Required range: x >= 0

Response

Successful Response

items
WebhookDeliveryAttemptResponse · object[]
required

Attempts on this page, oldest first.

total_count
integer
required

Total attempts for the delivery, across all pages.

has_more
boolean
required

Whether more attempts remain past this page.