The CreatorCon Call for Content is officially open! Get started here.

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

Prakhar7
ServiceNow Employee
ServiceNow Employee

Is there a way to fetch a date when a scheduled job was run last?

2 REPLIES 2

johnfeist
Mega Sage

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

Hope that helps.

:{)

Helpful and Correct tags are appreciated and help others to find information faster

Prakhar7
ServiceNow Employee
ServiceNow Employee

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?