Sign in

Export audience activity CSV

documented

Export event-level data (sent, delivered, clicked, etc.) for a specific message.

POST /notifications/{message_id}/export_eventsAnalyticsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.onesignal.com/notifications/{{$message_id}}/export_events?app_id={{$app_id}}" \
  -X POST \
  -H "Authorization: Key {{ONESIGNAL_API_KEY}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"start_time": "{{$start_time}}", "end_time": "{{$end_time}}", "include_push": true, "include_email": true, "include_sms": true}'
Export audience activity CSV · OneSignal · OpenIntegrations