List pushes
documentedRetrieve the current user's push history with optional filters (modified_after, active, cursor).
GET /v2/pushesPushesno 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.pushbullet.com/v2/pushes?modified_after={{$modified_after}}" \
-u "{{PUSHBULLET_API_KEY}}": \
-X GET \
-H "Accept: application/json" \
-H "Content-Type: application/json"