How can we get last execution date of a scheduled job?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-12-2022 02:44 AM
Is there a way to fetch a date when a scheduled job was run last?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-12-2022 05:59 AM
Hi Prakhar,
If you go to System Logs | Transactions, you can identify the job in question in the URL column by changing the condition URL starts with / to URL CONTAINS <job name> where job name is the name you gave the job when setting it up.
There may be fancier ways to do it, but for ad hoc query, that works fine for me.
Hope that helps.
:{)
Helpful and Correct tags are appreciated and help others to find information faster
:{)
Helpful and Correct tags are appreciated and help others to find information faster

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-18-2022 10:54 PM
I understand that its a way to find the desired job in Sys log transaction.
I am more interested in the time it was run at.
I see we have Created column with time when it was submitted to run. If the scheduled job has, say every week execution frequency, then will Created column have the time for the 1st ever execution of the job, or there will be an entry for each distinct execution of the job?