Events V2
List Event Delivery Attempts
Returns a list of delivery attempts for an event. Requires webhooks:read scope.
get/v2/projects/{project_id}/events/{event_id}/attempts
Path parameters
project_idstring required
Project ID
Project ID
event_idstring required
Event ID
Event ID
Query parameters
limitstring
a string to be decoded into a number
Maximum number of items to return (default: 20)
iteratorstring
statusstring
a string to be decoded into a number
status_code_classstring
a string to be decoded into a number
beforestring
a string to be decoded into a Date
afterstring
a string to be decoded into a Date
Response
Success
Changes
No recorded changes to this endpoint across all 3 revisions of this API.