Revit Schedules and view templates applied

Looking for some insight on if I would be able to get the revit schedules in a project and the view template applied to them without using the snapshot. Is that possible?

To an extent, yes.

In revit-event, when action.name is “View” and view.type.name is “Schedule”, the field view.template.name contains the name of the view template applied to the schedule view.
view.name is the name of the schedule view.

You can create a table using the following filters:
image

The table will show the templates associated with each schedule view.
However, only schedules that have been open in the last selected date range will be in the table, this means any schedule that has not been open will not appear.
To get information on all schedules, Snapshot can take care of that.