List webhook delivery attempts
Webhooks
List webhook delivery attempts
Returns recent delivery attempts for one webhook subscription, ordered by created_at descending. Delivery metadata is retained for 7 days. Use the payload endpoint while payload_available is true to inspect the exact JSON request body that was delivered.
GET
List webhook delivery attempts
Documentation Index
Fetch the complete documentation index at: https://docs.sendmux.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Sendmux API key. Use a root API key for Management API routes, or a mailbox credential for Mailbox API routes. Obtain keys from the dashboard under API Keys.
Path Parameters
Webhook public ID
Query Parameters
Pagination cursor — the next_cursor from the previous response.
Maximum results (default 25, max 100)
Required range:
1 <= x <= 100Filter by event type.
Available options:
message.delivered, message.bounced, message.complained, message.rejected, message.delivery_delayed, message.received, message.received.spam, sendmux.test Example:
"message.bounced"
Filter by delivery result.
Available options:
success, retrying, failed, permanent_failure