Message history export
documentedRequest a per-message delivery/recipient history export.
POST /notifications/{message_id}/historyMessagesno 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}}/history" \
-X POST \
-H "Authorization: Key {{ONESIGNAL_API_KEY}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"app_id": "{{$app_id}}", "events": "{{$events}}", "email": "{{$email}}"}'