Skip to main content

/quickalerts/rest/v1/notifications/{id}/events REST Method

Recent event history by notification ID.

Updated on
Oct 03, 2023

/quickalerts/rest/v1/notifications/{id}/events REST Method

Path Parameters

id
string
REQUIRED
The ID of the notification.

Query Parameters

limit
number
The maximum number of destinations to return. Default: 20
offset
number
The offset to start from. Default: 0

Returns

data
object
The notification event history as arrays containing the following properties:
id
string
The ID of the event.
destination_id
string
The ID of the destination for this event.
notification_id
string
The ID of the notification for this event.
block_number
string
The block number of the event.
tx_matched_indexes
string
A comma separated list of transaction hashes that matched this event.
delivered
boolean
Whether or not the alert for this event was delivered.
delivered_error
string
The error message if an error was retuned by the destination.
delivered_at
string
The date and time the alert was delivered.
created_at
string
The date and time the event was created.
to
string
The destination address for this event.
Request
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free