Section: Inspect Events and Deliveries
List only a specific event type via shell filter
bash
bash
stripe events list --limit 100 | jq ".data[] | select(.type=="payment_intent.succeeded")"Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Inspect Events and Deliveries