View messages
documentedList messages for an app with optional pagination and filters.
GET /notifications?app_id={app_id}&limit={limit}&offset={offset}&kind={kind}&template_id={template_id}&time_offset={time_offset}Messagesno 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?app_id={{$app_id}}&limit={{$limit}}&offset={{$offset}}&kind={{$kind}}&template_id={{$template_id}}&time_offset={{$time_offset}}" -X GET -H "Authorization: Key {{ONESIGNAL_API_KEY}}" -H "Content-Type: application/json" -H "Accept: application/json"