Generate a compressed CSV report of all of the events data for a notification.

This API provides the same data exportable from within the dashboard Audience Activity section for each message report. For details on each type of data, see:

📘

Concurrent Exports

Only one concurrent export is allowed per OneSignal account. Please ensure you have successfully downloaded the .csv.gz file before exporting another app.

📘

404 Error Responses

You can check if the file is complete by making a GET request to the csv_file_url value. This file may take time to generate depending on how many records are being pulled. If the file is not ready, a 404 error will be returned. In which case, you can setup a retry to pull again after some time has passed. Otherwise the file itself will be returned.

external_user_id,subscription_id,device_type,sent,delivered,clicked
156761675643,10051d00-6e35-11ec-add2-a23f7f1e0c85,android,2023-10-08 18:30:01 UTC,2023-10-08 19:20:13 UTC,
456543217864,1008e5e8-8e79-11ec-9b25-4e0d987dbfb0,android,2023-10-08 21:30:01 UTC,2023-10-11 01:14:27 UTC,
Language