Newer Version Available
Obtain Event Subscribers
View a list of all triggers that are subscribed to a platform event
by using the Salesforce user interface or
the API.
View all the triggers that are subscribed to a platform event on the event’s definition page.
- From Setup, enter Platform Events in the Quick Find box, then select Platform Events.
- Click your event’s name.
On the event’s definition page, the Subscriptions related list shows all the triggers that are subscribed to platform events. The list shows the platform event’s last replay ID that each subscription processed and whether errors occurred.
Alternatively, you can obtain the same subscriber information by querying the EventBusSubscriber object. See EventBusSubscriber.