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

object'list' required

Object type, always list

has_moreboolean required

Whether there are more results available

iteratorstring

Cursor for forward pagination

prev_iteratorstring

Cursor for backward pagination

Changes

No recorded changes to this endpoint across all 3 revisions of this API.