Similar to another post from about a year ago (here), I’m wondering if there is a way, in a trigger function, to find out when the last poll for this trigger was done? Without that, it’s not clear how to ensure that my API request returns all the latest data. I can get an arbitrary amount of new data or get all the data from the beginning of time, but neither of those seems completely satisfying.
Thanks in advance.
-Mark