is there an API function that displays which event handlers are registered? or some other means of retrieving this data?
Not in the public API. But you can still do it by inspecting the registrar.
(re-frame.registrar/get-handler :event)