KNIME Server -List of successful & Failure workflows, schedules for Last 7 days

Hi @narayanan

You could utilize REST API to provide status information about KNIME Server jobs, however it will only list jobs that currently still exist (have not been discarded after completion).

This forum post contains a potentially helpful reply on REST API capabilities: Send email notification when workflow executed via post request

Another option would be to parse this information from the logs with the help of an internal admin.

You could also enable e-mail notifications for KNIME Server jobs to collect success&failure info about executed jobs. This can be done from the Analytics Platform (right-click on a scheduled workflow → Show/edit schedule… → E-mail action tab):

image