Stats on ad-hoc jobs ran through Jobs.enqueue_in()

In sideqik I am able to see the last execution time taken for the scheduled jobs however, for the ad-hoc jobs that are run via Jobs.enqueue_in() from the a plugin, it seems to get removed as soon as they are processed. I tried to query the scheduler_stats table in data explorer but only found scheduled jobs and not the ad-hoc ones.

Any idea how I can see the stats on the jobs that were not recurring jobs but rather ad-hoc one time Jobs push to sideqik using Jobs.enqueue_in()?