Sign in

List pushes

documented

Retrieve the current user's push history with optional filters (modified_after, active, cursor).

GET /v2/pushesPushesno 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.pushbullet.com/v2/pushes?modified_after={{$modified_after}}" \
  -u "{{PUSHBULLET_API_KEY}}": \
  -X GET \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
List pushes · Pushbullet · OpenIntegrations