Basic Question on Jobs

I am new here. So sorry for the very basic question.

I managed to create a script, and even managed to put it into a scheduled job to run every hour. Great stuff.

The question I have is, how can I get notified that the job failed? Apart from logging in and looking at the monitor? Can the product do that?

Regards
ViV

Hi @viv,

Thank you for your question.

One of the easiest ways to know if your job has failed is by checking the run details on the report page. You can find the job’s last run status, error messages, and other important information on this page.

You can click on “view details” to review the run details of the step that encountered a failure within the scenario. This will allow you to examine the screenshots taken during the run to understand the reasons behind the failures.

Best Regards,
Seray

Thank you very much for the answer @Seray.

I can see the results there. Is there any way to automate the results, meaning, without going to the Reports screen? How can I programmatically see the result of a job? or should this be done via API?

Regards
ViV

Hi @viv ,

Thanks for the question.

Currently we don’t have notification system or emailing of the reports.

But it is achievable programmatically using relevat APIs.

You need to run a job with the Request ID, and then get the results by using that request ID.

Hope this helps!

1 Like

Thank you very much @Zekeriya