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
subscriptionId
Subscription whose deliveries to list.
Query parameters
page
Zero-based page index. Defaults to 0.
size
Page size between 1 and 100. Defaults to 50.
status
Filter by delivery status: pending, retrying, delivered, or failed.
Allowed values:
Response
OK
data
pageInfo
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