Export audience activity CSV
documentedExport events (sent/delivered/clicked) for a message.
POST /notifications/{message_id}/export_eventsAnalyticsno implementation yet0 runsNo 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 "Accept: application/json"