List deliveries

Returns the webhook deliveries of one subscription, newest first. Use it to debug your webhook endpoint: each delivery shows its status, attempt count, the last HTTP response code, the last error, and when the next retry is scheduled.

Authentication

Authorizationstring

Use the API key format: api-key <token>.

Path parameters

subscriptionIdstringRequired
Subscription whose deliveries to list.

Query parameters

pageintegerOptional1-100Defaults to 50

Zero-based page index. Defaults to 0.

sizeintegerOptional1-100Defaults to 50
Page size between 1 and 100. Defaults to 50.
statusenumOptional

Filter by delivery status: pending, retrying, delivered, or failed.

Allowed values:

Response

OK
datalist of objects
pageInfoobject
Paging details returned by every list endpoint.

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
405
Method Not Allowed Error
406
Not Acceptable Error
429
Too Many Requests Error
500
Internal Server Error