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 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.
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.
Unique identifier for the webhook subscription.
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).
Webhook events retrieved successfully.
Response containing a list of webhook event delivery attempts.
The list of webhook event delivery attempts.