View which subscriptions received a particular message
This API enables you to retrieve all Subscriptions that received a specific push notification or email. You can access the notification’s history for up to seven days after it was sent. Please note that notifications sent to fewer than 1,000 recipients will not record a “received” event, but they will still record “sent” events.
Submit a request to generate a report.
Decide delivery method
email
parameter when the report is ready.Use the csv_file_url
property in the response to test if the report is complete. If you receive a ‘403’ error response, retry fetching the file after a short period; it only means we’re still generating the report.
The generated report is a simple CSV file that can be imported into any system for further processing.
opens
events are not supported.timestamp
column is included only for clicked
events.Your App API key with prefix Key
. See Keys & IDs.
The identifier of the message in UUID v4 format. Get this id
in the response of your Create Message API request, the View Messages API, and in your OneSignal dashboard Message Reports.
200
The response is of type object
.
View which subscriptions received a particular message
This API enables you to retrieve all Subscriptions that received a specific push notification or email. You can access the notification’s history for up to seven days after it was sent. Please note that notifications sent to fewer than 1,000 recipients will not record a “received” event, but they will still record “sent” events.
Submit a request to generate a report.
Decide delivery method
email
parameter when the report is ready.Use the csv_file_url
property in the response to test if the report is complete. If you receive a ‘403’ error response, retry fetching the file after a short period; it only means we’re still generating the report.
The generated report is a simple CSV file that can be imported into any system for further processing.
opens
events are not supported.timestamp
column is included only for clicked
events.Your App API key with prefix Key
. See Keys & IDs.
The identifier of the message in UUID v4 format. Get this id
in the response of your Create Message API request, the View Messages API, and in your OneSignal dashboard Message Reports.
200
The response is of type object
.