List webhook subscription events
Retrieve webhook event delivery attempts for a specific subscription. Returns event deliveries in descending order by creation time (newest first), including delivery status, retry count, and response details.
Use Cases
- Debug webhook delivery failures and inspect response codes
- Monitor delivery status and retry counts
- Audit event delivery history for a subscription
- Verify that expected events were sent to webhook URLs
Filtering
Use optional query parameters to narrow results:
eventId— find a specific event by IDminCreatedAt/maxCreatedAt— filter by time rangeeventTypeNames— filter by event type (comma-separated)
Note: Results are limited to the 50 most recent events (newest first). No pagination is supported.
Authorizations
A JWT signed using your CDP API Key Secret, encoded in base64. Refer to the Generate Bearer Token section of our Authentication docs for information on how to generate your Bearer Token.
Path Parameters
Unique identifier for the webhook subscription.
^[a-f0-9\-]{36}$Query Parameters
Filter by a specific event ID.
Filter events created at or after this timestamp (RFC 3339 format).
Filter events created at or before this timestamp (RFC 3339 format).
Filter by event type names (comma-separated).
Response
Webhook events retrieved successfully.
Response containing a list of webhook event delivery attempts.
The list of webhook event delivery attempts.